summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-07-24 11:23:46 -0700
committerTim Smith <tsmith@chef.io>2018-07-24 11:23:46 -0700
commit1e6b6e7870c3a61704f2ba31cd88a58b1bc128bf (patch)
tree258fe7ccdfb369b3ed8b29cd6e966302ef9c2b15 /spec
parent29a1e5178300ab9a6a77442a2e30e70d071ec3ec (diff)
downloadmixlib-cli-1e6b6e7870c3a61704f2ba31cd88a58b1bc128bf.tar.gz
Run specs properlysync
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'spec')
-rw-r--r--spec/spec_helper.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index f83776e..6f3d7e2 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -8,6 +8,9 @@ class TestCLI
end
RSpec.configure do |config|
+ # Use documentation format
+ config.formatter = "doc"
+
# Use color in STDOUT
config.color = true