everydayrails / rails-4-1-rspec-3-0

Code samples for Everyday Rails Testing with RSpec, Rails 4.1/RSpec 3.0 edition
272 stars 229 forks source link

Remove --warning option #13

Closed JunichiIto closed 10 years ago

JunichiIto commented 10 years ago

In this repository .rspec file has --warnings option, but this is very noisy. When I git-cloned and ran RSpec, I was surprised at too many warnings. I guess beginners would be surprised too.

ruralocity commented 10 years ago

I've added this to 02_setup and will release with the next book update.