Run all the tests when everything is filtered
To balance the filtering introduced in #785
This commit is contained in:
parent
82ae008d9c
commit
b079aeed48
1 changed files with 1 additions and 0 deletions
|
@ -89,6 +89,7 @@ RSpec.configure do |config|
|
|||
|
||||
config.infer_base_class_for_anonymous_controllers = false
|
||||
|
||||
config.run_all_when_everything_filtered = true
|
||||
config.filter_run :show_in_doc => true if ENV['APIPIE_RECORD']
|
||||
config.filter_run :focus => true
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue