Use progress formatter for less verbose CI output. I miss Fuubar formatter, though.

This commit is contained in:
Rohan Mitchell
2015-04-21 15:10:05 +10:00
parent 692e58e8f7
commit 22127b2d18

View File

@@ -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