From d6d17615456bf8deff28355534826be136f857fe Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Tue, 24 Jul 2018 11:07:32 -0700 Subject: Expand config in rspec helper Signed-off-by: Tim Smith --- spec/spec_helper.rb | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'spec') diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 13432c6..f83776e 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -8,6 +8,15 @@ class TestCLI end RSpec.configure do |config| + # Use color in STDOUT + config.color = true + + # Use color not only in STDOUT but also in pagers and files + config.tty = true + + # run the examples in random order + config.order = :rand + config.filter_run focus: true config.run_all_when_everything_filtered = true config.warnings = true -- cgit v1.2.1