Skip to content

Commit

Permalink
Update to latest each
Browse files Browse the repository at this point in the history
  • Loading branch information
wdavidw committed Dec 1, 2012
1 parent 7f41b08 commit 8c3b3ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions test/git.coffee
Expand Up @@ -18,7 +18,7 @@ describe 'Git', ->
'/tmp/git-dojox-HEAD'
'/tmp/git-util-HEAD'
])
.on 'item', (next, path) ->
.on 'item', (path, next) ->
fs.stat path, (err, stats) ->
should.not.exist err
stats.isDirectory().should.be.ok
Expand All @@ -42,7 +42,7 @@ describe 'Git', ->
'/tmp/git-dojox-145d3bec095382c2f4ac'
'/tmp/git-util-f9cbb550e2959024df57'
])
.on 'item', (next, path) ->
.on 'item', (path, next) ->
fs.stat path, (err, stats) ->
should.not.exist err
stats.isDirectory().should.be.ok
Expand Down
2 changes: 1 addition & 1 deletion test/release.coffee
Expand Up @@ -17,7 +17,7 @@ describe 'Release', ->
'/tmp/dojo-release-1.5.0/dijit'
'/tmp/dojo-release-1.5.0/dojox'
])
.on 'item', (next, path) ->
.on 'item', (path, next) ->
fs.stat path, (err, stats) ->
should.not.exist err
stats.isDirectory().should.be.ok
Expand Down

0 comments on commit 8c3b3ff

Please sign in to comment.