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

Ch.9: About run_all_when_everything_filtered option #28

Closed JunichiIto closed 10 years ago

JunichiIto commented 10 years ago

As for chapter 9 - Tags, a reader commented it might be worth mentioning about run_all_when_everything_filtered option:

https://www.relishapp.com/rspec/rspec-core/v/3-1/docs/configuration/run-all-when-everything-filtered

With this option, you don't have to remove config.filter_run focus: true.

ruralocity commented 10 years ago

Good idea. I've added this for the next release.