Skip to content

Commit

Permalink
Let user choose RSpec formatter (closes #4)
Browse files Browse the repository at this point in the history
zuazo committed Mar 18, 2017

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 0a2462a commit 3483b59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/dockerspec/rspec/configuration.rb
Original file line number Diff line number Diff line change
@@ -24,6 +24,6 @@
#
RSpec.configure do |config|
config.color = true
config.formatter = :documentation
config.tty = true
config.formatter = :documentation if config.formatters.empty?
config.tty = $stdout.tty? if config.tty.nil?
end

0 comments on commit 3483b59

Please sign in to comment.