Skip to content

Commit

Permalink
cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
sebv committed May 21, 2012
1 parent ed85f48 commit f8c8ecd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/cake-utils.coffee
Expand Up @@ -33,7 +33,6 @@ exports.nodeunit =
test: (dir, done) ->
cp.execFile 'find', [ dir ] , (err, stdout, stderr) ->
files = (stdout.split '\n').filter( (name) -> name.match /.+\.coffee/ )
#args = ['-R', 'spec', '--colors'].concat files
args = files
proc = spawn "#{binDir}/nodeunit", args
proc.on 'exit', (status) ->
Expand Down

0 comments on commit f8c8ecd

Please sign in to comment.