Skip to content

Commit

Permalink
Update test spec description.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmpfs committed Jan 18, 2016
1 parent 146bc0a commit 83cd741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/spec/absolute.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ var expect = require('chai').expect

describe('fs-find:', function() {

it('should find files w/ string path', function(done) {
it('should use absolute path for key', function(done) {
var opts = {absolute: true, dedupe: true};
find(base, opts, function(err, files) {
if(err) {
Expand Down

0 comments on commit 83cd741

Please sign in to comment.