Skip to content

Commit

Permalink
Merge pull request #150 from vjeux/fix_file_watcher
Browse files Browse the repository at this point in the history
[Tests] Fix FileWatcher
  • Loading branch information
vjeux committed Mar 14, 2015
2 parents f598f05 + 5e2787a commit 74899c8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ describe('FileWatcher', function() {
});
});

it('it should get the watcher instance when ready', function() {
pit('it should get the watcher instance when ready', function() {
var fileWatcher = new FileWatcher(['rootDir']);
return fileWatcher._loading.then(function(watchers) {
watchers.forEach(function(watcher) {
Expand Down

0 comments on commit 74899c8

Please sign in to comment.