aboutsummaryrefslogtreecommitdiff
path: root/test/getOptions.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/getOptions.js')
-rw-r--r--test/getOptions.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/getOptions.js b/test/getOptions.js
index 3394a85..98c0ea5 100644
--- a/test/getOptions.js
+++ b/test/getOptions.js
@@ -203,7 +203,7 @@ var testGitBranchDetection = function(sut, done){
if (localGit.branch)
options.git.branch.should.equal(localGit.branch);
else
- options.git.should.not.have.property('branch');
+ options.git.should.not.have.key('branch');
localGit.wrapUp();
done();
});