rubocop autofix

This commit is contained in:
Petr Korolev
2015-09-16 14:50:21 +03:00
parent 55a1c6933c
commit 31b4294ed6
+1 -3
View File
@@ -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