rubocop autofix

This commit is contained in:
Petr Korolev 2015-09-16 14:50:21 +03:00
parent 1e4a3db0a2
commit 2d7f6bf174

View File

@ -47,9 +47,7 @@ RSpec.configure do |config|
config.warnings = true config.warnings = true
if config.files_to_run.one? config.default_formatter = "doc" if config.files_to_run.one?
config.default_formatter = "doc"
end
config.order = :random config.order = :random