Skip to content

Commit

Permalink
Moved mocha arguments in mocha.opts file
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiocaseri committed Jul 18, 2013
1 parent 7fab984 commit 47dc42f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 1 addition & 4 deletions Makefile
@@ -1,8 +1,5 @@

REPORTER = spec

test:
@NODE_ENV=test ./node_modules/.bin/mocha \
--reporter $(REPORTER)
@NODE_ENV=test ./node_modules/.bin/mocha

.PHONY: test
1 change: 1 addition & 0 deletions test/mocha.opts
@@ -0,0 +1 @@
-R spec

0 comments on commit 47dc42f

Please sign in to comment.