Closed JunichiIto closed 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.
config.filter_run focus: true
Good idea. I've added this for the next release.
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
.