Skip to content

Commit

Permalink
removed use of ../support/should for now
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Apr 22, 2011
1 parent 4a421a4 commit 13529d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.migrate.js
Expand Up @@ -4,7 +4,7 @@
*/ */


var migrate = require('../') var migrate = require('../')
, should = require('../support/should') , should = require('should')
, fs = require('fs'); , fs = require('fs');


// remove migration file // remove migration file
Expand Down

0 comments on commit 13529d7

Please sign in to comment.