Skip to content

Commit

Permalink
Use doc formatter when running Doublespeak tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmire committed Sep 30, 2015
1 parent 58f6b1e commit 46bb5d8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions spec/doublespeak_spec_helper.rb
Expand Up @@ -10,5 +10,9 @@
c.syntax = :expect
end

if config.files_to_run.one?
config.default_formatter = 'doc'
end

config.mock_with :rspec
end

0 comments on commit 46bb5d8

Please sign in to comment.