Use Fuubar formatter for rspec - displays fails as they happen

This commit is contained in:
Rohan Mitchell
2015-01-08 12:12:15 +11:00
parent 05bd0c4168
commit 532041c07b
3 changed files with 7 additions and 0 deletions

1
.rspec
View File

@@ -1,2 +1,3 @@
--colour
--profile
--format Fuubar

View File

@@ -78,6 +78,7 @@ gem 'jquery-rails'
group :test, :development do
# Pretty printed test output
gem 'turn', '~> 0.8.3', :require => false
gem 'fuubar'
gem 'rspec-rails'
gem 'shoulda-matchers'
gem 'factory_girl_rails', :require => false

View File

@@ -269,6 +269,9 @@ GEM
railties (>= 3.1.0)
sass (>= 3.2.0)
fssm (0.2.10)
fuubar (1.3.3)
rspec (>= 2.14.0, < 3.1.0)
ruby-progressbar (~> 1.4)
geocoder (1.1.8)
gmaps4rails (1.5.6)
guard (2.2.4)
@@ -449,6 +452,7 @@ GEM
rspec-expectations (~> 2.14.0)
rspec-mocks (~> 2.14.0)
ruby-hmac (0.4.0)
ruby-progressbar (1.7.1)
safe_yaml (0.9.5)
sass (3.2.19)
sass-rails (3.2.6)
@@ -548,6 +552,7 @@ DEPENDENCIES
foundation-icons-sass-rails
foundation-rails
foundation_rails_helper!
fuubar
geocoder
gmaps4rails
guard