diff options
author | John Keiser <john@johnkeiser.com> | 2015-09-28 17:34:31 -0700 |
---|---|---|
committer | John Keiser <john@johnkeiser.com> | 2015-09-28 17:34:55 -0700 |
commit | 6d08f7dd73b11394c0c899f285dbb7ff21bb1b89 (patch) | |
tree | 484fa2156a3b13238bb378aff0f891cf8d14ee3a /spec/spec_helper.rb | |
parent | b8cffc2e35c662585acff290b27f072c60105479 (diff) | |
download | chef-6d08f7dd73b11394c0c899f285dbb7ff21bb1b89.tar.gz |
Get rid of state-keeping and reset in ServiceHelpersjk/systemctl-shenanigans
Diffstat (limited to 'spec/spec_helper.rb')
-rw-r--r-- | spec/spec_helper.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index f4bb1a6819..92a4daf6d5 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -190,7 +190,6 @@ 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) |