diff --git a/tests/spec/fs.rename.spec.js b/tests/spec/fs.rename.spec.js index e506578..8219761 100644 --- a/tests/spec/fs.rename.spec.js +++ b/tests/spec/fs.rename.spec.js @@ -69,7 +69,7 @@ describe('fs.rename', function() { }); }); }); - it('should error if the file or directory to rename doesnt exist', function(done) { + it('should return error if the file or directory to rename doesnt exist', function(done) { var fs = util.fs(); fs.rename('/fakeDirectory', '/myotherdir', function(error) {