describe('#postBranchVersion', function () {
    it('should return minor bump of current version', function () {
      expect(svnDefaults.postBranchVersion).to.equal('1.3.0');
    });
  });