summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authordanielsdeleo <dan@getchef.com>2015-05-29 09:59:27 -0700
committerdanielsdeleo <dan@getchef.com>2015-05-29 09:59:27 -0700
commitafc46648cf3e8803bbe7bb0722b188d7435737c9 (patch)
tree9d750598631bd0375ed3c16e376682fe87974e7d /spec
parentc30440427e4bd1af5ae7e6f3a7f00135234964b9 (diff)
downloadmixlib-cli-afc46648cf3e8803bbe7bb0722b188d7435737c9.tar.gz
Add basic rspec configuration
Diffstat (limited to 'spec')
-rw-r--r--spec/spec_helper.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index 29936df..23f4c2d 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -7,3 +7,10 @@ class TestCLI
include Mixlib::CLI
end
+RSpec.configure do |config|
+ config.filter_run :focus => true
+ config.run_all_when_everything_filtered = true
+ config.treat_symbols_as_metadata_keys_with_true_values = true
+ config.warnings = true
+end
+