diff options
author | Tim Smith <tsmith@chef.io> | 2018-07-24 11:23:46 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2018-07-24 11:23:46 -0700 |
commit | 1e6b6e7870c3a61704f2ba31cd88a58b1bc128bf (patch) | |
tree | 258fe7ccdfb369b3ed8b29cd6e966302ef9c2b15 /spec/spec_helper.rb | |
parent | 29a1e5178300ab9a6a77442a2e30e70d071ec3ec (diff) | |
download | mixlib-cli-sync.tar.gz |
Run specs properlysync
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'spec/spec_helper.rb')
-rw-r--r-- | spec/spec_helper.rb | 3 |
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 |