diff options
author | Tim Smith <tsmith@chef.io> | 2018-07-10 21:38:48 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2018-07-10 21:38:48 -0700 |
commit | 21c994b321a20bfa541c727a49a71b1a5d1ca9e8 (patch) | |
tree | 86a0cfbcc07c47a356833d38afbde03439b7852f /spec/unit/provider/service | |
parent | 293eb409c165b0080178f378211dde1cbb81c916 (diff) | |
download | chef-21c994b321a20bfa541c727a49a71b1a5d1ca9e8.tar.gz |
Remove require mixlib/shellouts where not necessaryrequire_the_right_shellout
the dscl user provider uses mixin/shell_out instead and the specs don't seem to use mixlib/shellout or actually need the require.
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'spec/unit/provider/service')
-rw-r--r-- | spec/unit/provider/service/windows_spec.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/unit/provider/service/windows_spec.rb b/spec/unit/provider/service/windows_spec.rb index dd59089418..1b7f91df76 100644 --- a/spec/unit/provider/service/windows_spec.rb +++ b/spec/unit/provider/service/windows_spec.rb @@ -18,7 +18,6 @@ # require "spec_helper" -require "mixlib/shellout" describe Chef::Provider::Service::Windows, "load_current_resource", :windows_only do include_context "Win32" |