summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-05-08 08:42:57 -0600
committermo khan <mo.khan@gmail.com>2020-05-08 08:42:57 -0600
commit7991a87db0ed754d90a276384e74691ebfa138c3 (patch)
treeba9f1e3487beb0be199ed082d3c4ca479bb2534c /bin
parent37bd069409b0c9832828ece717275aaad4144762 (diff)
Remove parallel tests
Diffstat (limited to 'bin')
-rwxr-xr-xbin/test6
1 files changed, 1 insertions, 5 deletions
diff --git a/bin/test b/bin/test
index 1e22e9e..b94afd3 100755
--- a/bin/test
+++ b/bin/test
@@ -4,8 +4,4 @@ set -e
cd "$(dirname "$0")/.."
-if [ $# -eq 0 ]; then
- bundle exec parallel_rspec spec
-else
- bundle exec rspec --format=progress "$@"
-fi
+bundle exec rspec "$@"