Disable focus filter for rspec
This commit is contained in:
@ -29,8 +29,8 @@ RSpec.configure do |config|
|
|||||||
# to individual examples or groups you care about by tagging them with
|
# to individual examples or groups you care about by tagging them with
|
||||||
# `:focus` metadata. When nothing is tagged with `:focus`, all examples
|
# `:focus` metadata. When nothing is tagged with `:focus`, all examples
|
||||||
# get run.
|
# get run.
|
||||||
config.filter_run :focus
|
# config.filter_run :focus
|
||||||
config.run_all_when_everything_filtered = true
|
# config.run_all_when_everything_filtered = true
|
||||||
|
|
||||||
# Many RSpec users commonly either run the entire suite or an individual
|
# Many RSpec users commonly either run the entire suite or an individual
|
||||||
# file, and it's useful to allow more verbose output when running an
|
# file, and it's useful to allow more verbose output when running an
|
||||||
|
Reference in New Issue
Block a user