diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2018-05-30 14:31:15 -0700 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2018-05-30 14:31:15 -0700 |
commit | d9924be2a17e2592c58655830d4e9038db27d887 (patch) | |
tree | 324508b11fd834143f5e0ddd1fa24aef1507c669 /spec/unit/resource_spec.rb | |
parent | c80702c741232a5da0d410d4b8770137690430aa (diff) | |
download | chef-d9924be2a17e2592c58655830d4e9038db27d887.tar.gz |
convert shell_out_with_systems_locale to `default_env: true`lcg/remove-shell-out-with-systems-locale
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
Diffstat (limited to 'spec/unit/resource_spec.rb')
-rw-r--r-- | spec/unit/resource_spec.rb | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/spec/unit/resource_spec.rb b/spec/unit/resource_spec.rb index 523f9f7365..2866d5439f 100644 --- a/spec/unit/resource_spec.rb +++ b/spec/unit/resource_spec.rb @@ -3,7 +3,7 @@ # Author:: Christopher Walters (<cw@chef.io>) # Author:: Tim Hinderliter (<tim@chef.io>) # Author:: Seth Chisamore (<schisamo@chef.io>) -# Copyright:: Copyright 2008-2017, Chef Software Inc. +# Copyright:: Copyright 2008-2018, Chef Software Inc. # License:: Apache License, Version 2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); @@ -38,10 +38,6 @@ describe Chef::Resource do expect(resource.respond_to?(:shell_out!)).to be true end - it "should mixin shell_out_with_systems_locale" do - expect(resource.respond_to?(:shell_out_with_systems_locale)).to be true - end - describe "when inherited" do it "adds an entry to a list of subclasses" do |