Commit f7f6f57

mo khan <mo.khan@gmail.com>
2020-06-13 15:15:27
pass arguments to bin/rspec
1 parent 7eaf2e8
Changed files (1)
bin
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