summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-06-13 09:15:27 -0600
committermo khan <mo.khan@gmail.com>2020-06-13 09:34:26 -0600
commitf7f6f57a94dfc2fcb73dbf8bde2d15afb121a3ab (patch)
tree89c7a6f760fa6755f9b1f638ebd355bfd230caff
parent7eaf2e8124b2396c20f1d0f2658d3b88cf780b01 (diff)
pass arguments to bin/rspec
-rwxr-xr-xbin/test2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/test b/bin/test
index fd92ca0..6027485 100755
--- a/bin/test
+++ b/bin/test
@@ -34,7 +34,7 @@ echo "==> Running tests…"
if [ -n "$1" ]; then
# pass arguments to test call. This is useful for calling a single test.
- bin/rake test "$1"
+ bin/rspec "$1"
else
bin/rake test
bin/yarn test