diff options
author | John Keiser <john@johnkeiser.com> | 2015-09-25 19:04:28 -0700 |
---|---|---|
committer | John Keiser <john@johnkeiser.com> | 2015-09-28 17:34:55 -0700 |
commit | 68656820438b84d433ae9015b953790f67ddf0ec (patch) | |
tree | 1b493a5c2beb9ed8fdacc67668608cb9e5fd7716 /spec/spec_helper.rb | |
parent | fd01105a5214cf90eea59c09d4fce14f0abb586e (diff) | |
download | chef-68656820438b84d433ae9015b953790f67ddf0ec.tar.gz |
Add system providers to the list of world-stubbed stuff
Diffstat (limited to 'spec/spec_helper.rb')
-rw-r--r-- | spec/spec_helper.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index aadf55f64b..508f33821e 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -188,6 +188,7 @@ RSpec.configure do |config| Chef.reset! Chef::Config.reset + Chef::Platform::ServiceHelpers.reset # By default, treat deprecation warnings as errors in tests. Chef::Config.treat_deprecation_warnings_as_errors(true) |