From 692e58e8f74b59d6e1df9bd67955a800c1cab2bc Mon Sep 17 00:00:00 2001 From: Rohan Mitchell Date: Tue, 21 Apr 2015 10:52:14 +1000 Subject: [PATCH] Output spec-by-spec results to track specs-hanging-at-90-percent issue --- script/run_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/run_tests.sh b/script/run_tests.sh index 9082a79190..72d895c04e 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 +bundle exec rspec spec -f d