diff --git a/script/run_tests.sh b/script/run_tests.sh index 72d895c04e..461ca4ecd8 100755 --- a/script/run_tests.sh +++ b/script/run_tests.sh @@ -15,4 +15,4 @@ echo "--- Preparing test database" bundle exec rake db:test:prepare echo "--- Running tests" -bundle exec rspec spec -f d +bundle exec rspec spec --format progress