Use doc formatter when running Doublespeak tests

This commit is contained in:
Elliot Winkler 2015-09-29 18:41:58 -06:00
parent 58f6b1efab
commit 46bb5d8fab
1 changed files with 4 additions and 0 deletions

View File

@ -10,5 +10,9 @@ RSpec.configure do |config|
c.syntax = :expect
end
if config.files_to_run.one?
config.default_formatter = 'doc'
end
config.mock_with :rspec
end