aboutsummaryrefslogtreecommitdiff
path: root/test/fetchGitData.js
diff options
context:
space:
mode:
authorGabe Hayes <[email protected]>2013-07-30 10:26:36 -0700
committerGabe Hayes <[email protected]>2013-07-30 10:26:36 -0700
commitaf3fce00d94179d636e47829fb4a25d67fb17185 (patch)
tree9bcae7577c79a142966c2fbbeba06895cc544822 /test/fetchGitData.js
parent11f429f64c225a3e933458aff5b4e500f274455b (diff)
parent2907c99ea450809eff5ccc251c6b91cd0ba52791 (diff)
downloadnode-coveralls-af3fce00d94179d636e47829fb4a25d67fb17185.tar.xz
node-coveralls-af3fce00d94179d636e47829fb4a25d67fb17185.zip
fixed test
Diffstat (limited to 'test/fetchGitData.js')
-rw-r--r--test/fetchGitData.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/fetchGitData.js b/test/fetchGitData.js
index a036e50..87a6ed2 100644
--- a/test/fetchGitData.js
+++ b/test/fetchGitData.js
@@ -157,7 +157,4 @@ describe("fetchGitData", function(){
options.remotes.should.be.instanceof(Array);
options.remotes.length.should.be.above(0);
});
- it("should join passed remotes when a valid commit hash is given", function() {
-
- });
});