From 22127b2d18ca2ae85107f778d59ad2c6a33995f8 Mon Sep 17 00:00:00 2001 From: Rohan Mitchell Date: Tue, 21 Apr 2015 15:10:05 +1000 Subject: [PATCH] Use progress formatter for less verbose CI output. I miss Fuubar formatter, though. --- 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 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