summaryrefslogtreecommitdiff
path: root/bin/test
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-05-02 18:09:02 -0600
committermo khan <mo.khan@gmail.com>2020-05-02 18:09:02 -0600
commitb68c2b23b28bf88a22befc07bb439dccc4540c27 (patch)
treef4a0eff72d66ba99898d420bf66e722dd9187e00 /bin/test
parent96ffa5e41153352f788553c5792a4f117a3c5e6a (diff)
Detect license in under 10 ms
Diffstat (limited to 'bin/test')
-rwxr-xr-xbin/test2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/test b/bin/test
index adbbd4b..1cb9218 100755
--- a/bin/test
+++ b/bin/test
@@ -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