Allow for parallel test execution.

This commit is contained in:
Parker Moore 2014-08-12 15:56:56 -04:00
parent b0e144065c
commit bcc539999b
3 changed files with 5 additions and 3 deletions

View File

@ -3,5 +3,4 @@
set -e set -e
script/branding script/branding
script/proof ls -1 script/{test,cucumber,proof} | xargs -P 3 -L 1 /bin/bash
script/test

3
script/cucumber Executable file
View File

@ -0,0 +1,3 @@
#!/bin/bash
bundle exec rake features

View File

@ -14,4 +14,4 @@ fi
set -x set -x
bundle exec rake bundle exec rake test