Skip to content

Commit

Permalink
test: fix runner for the server specs
Browse files Browse the repository at this point in the history
  • Loading branch information
lucassus committed May 19, 2014
1 parent 901aafe commit 3165fa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/test-unit
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# Run test for the server side application
mocha --compilers coffee:coffee-script --reporter spec server/test
mocha --compilers coffee:coffee-script/register --reporter spec server/test

# ..check if it pass
if [ $? -ne 0 ]; then
Expand Down

0 comments on commit 3165fa5

Please sign in to comment.