Skip to content

Commit

Permalink
Changed move tests to work on lib for coverage.
Browse files Browse the repository at this point in the history
  • Loading branch information
alinex committed May 12, 2014
1 parent 4542661 commit 7a3bf07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/mocha/move.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ expect = chai.expect

describe "Move", ->

fs = require '../../src/index'
fs = require '../../lib/index'

beforeEach (cb) ->
exec 'mkdir -p test/temp/dir1', ->
Expand Down

0 comments on commit 7a3bf07

Please sign in to comment.