diff --git a/functions b/functions index 1ff6124..3d7f9ab 100644 --- a/functions +++ b/functions @@ -105,9 +105,9 @@ function stopwatch { function test-rails { if bundle exec rspec --help > /dev/null 2>&1; then - bundle exec rspec + bundle exec rspec $@ else - bundle exec rails test + bundle exec rails test $@ fi }