diff options
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/test | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,5 +13,5 @@ echo ["$(date "+%H:%M:%S")"] "==> Running tests…" if [ $# -eq 0 ]; then bundle exec parallel_rspec spec else - bundle exec parallel_rspec "$@" + bundle exec rspec "$@" fi |
