Add focus config to RSpec

This allows us to focus on specs by changing it to fit.
This commit is contained in:
Mike Moore 2017-11-10 15:42:48 -07:00
parent 328fed6d63
commit 4c4e6cef21
1 changed files with 2 additions and 0 deletions

View File

@ -64,6 +64,8 @@ RSpec.configure do |config|
include RSpec::LoggingHelper
config.capture_log_messages
config.include WebMock::API
config.filter_run focus: true
config.run_all_when_everything_filtered = true
end
module TestHelpers