Skip to content

Commit

Permalink
Changed the test lines so that it prints rspec like
Browse files Browse the repository at this point in the history
  • Loading branch information
James Straub committed Jul 9, 2012
1 parent 7e80622 commit 1320c5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cakefile
Expand Up @@ -8,6 +8,6 @@ task 'compile', 'Compile src/*.coffee lib', ->
console.log stdout + stderr

task 'spec', 'Run spec tests', ->
exec 'node_modules/.bin/mocha --growl --compilers coffee:coffee-script specs', (err, stdout, stderr) ->
exec 'node_modules/.bin/mocha --compilers coffee:coffee-script -R spec specs', (err, stdout, stderr) ->
throw err if err
console.log stdout + stderr
2 changes: 1 addition & 1 deletion run_tests
@@ -1,3 +1,3 @@
#/bin/sh

./node_modules/.bin/mocha --growl --compilers coffee:coffee-script specs
./node_modules/.bin/mocha --compilers coffee:coffee-script -R spec specs

0 comments on commit 1320c5a

Please sign in to comment.