diff options
| author | mo khan <mo.khan@gmail.com> | 2020-06-13 09:15:27 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-06-13 09:34:26 -0600 |
| commit | f7f6f57a94dfc2fcb73dbf8bde2d15afb121a3ab (patch) | |
| tree | 89c7a6f760fa6755f9b1f638ebd355bfd230caff | |
| parent | 7eaf2e8124b2396c20f1d0f2658d3b88cf780b01 (diff) | |
pass arguments to bin/rspec
| -rwxr-xr-x | bin/test | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
