rubocop autofix
This commit is contained in:
@@ -47,9 +47,7 @@ RSpec.configure do |config|
|
||||
|
||||
config.warnings = true
|
||||
|
||||
if config.files_to_run.one?
|
||||
config.default_formatter = "doc"
|
||||
end
|
||||
config.default_formatter = "doc" if config.files_to_run.one?
|
||||
|
||||
config.order = :random
|
||||
|
||||
|
||||
Reference in New Issue
Block a user