Allow the focus flag on tests
So that it only runs flagged tests, which is useful especially when using guard
This commit is contained in:
parent
51d83bffa7
commit
6d7352f175
1 changed files with 1 additions and 0 deletions
|
@ -90,6 +90,7 @@ RSpec.configure do |config|
|
|||
config.infer_base_class_for_anonymous_controllers = false
|
||||
|
||||
config.filter_run :show_in_doc => true if ENV['APIPIE_RECORD']
|
||||
config.filter_run :focus => true
|
||||
|
||||
config.order = 'random'
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue