Skip to content

Commit

Permalink
Adding new directory to repo.
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Feb 5, 2015
1 parent 87e8ad0 commit c3b8ecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hw2/lib/csv-analyzer/FileFinder.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

it('should call the callback with an error message', function(done) {
FileFinder(process.cwd() + '/lib/csv-analyzer/', 'html', function (err, data) {
expect(err.toString()).to.contain('Unable to find csv file');
expect(err.toString()).to.contain('Unable to find html file');
done();
});
});
Expand Down

0 comments on commit c3b8ecc

Please sign in to comment.