Add focus config to RSpec
This allows us to focus on specs by changing it to fit.
This commit is contained in:
parent
328fed6d63
commit
4c4e6cef21
|
@ -64,6 +64,8 @@ RSpec.configure do |config|
|
||||||
include RSpec::LoggingHelper
|
include RSpec::LoggingHelper
|
||||||
config.capture_log_messages
|
config.capture_log_messages
|
||||||
config.include WebMock::API
|
config.include WebMock::API
|
||||||
|
config.filter_run focus: true
|
||||||
|
config.run_all_when_everything_filtered = true
|
||||||
end
|
end
|
||||||
|
|
||||||
module TestHelpers
|
module TestHelpers
|
||||||
|
|
Loading…
Reference in New Issue