Commit f7f6f57
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