diff options
author | Marc A. Paradise <marc.paradise@gmail.com> | 2021-01-25 17:08:51 -0500 |
---|---|---|
committer | Marc A. Paradise <marc.paradise@gmail.com> | 2021-01-25 17:08:51 -0500 |
commit | 78107dd54fb014fdb2eb8c9629f80ffe895540f9 (patch) | |
tree | aa52c94b89f2fe83e72b5a1ea07be2424eae1db8 | |
parent | 7c2228fde021b51d93f5cc1927ef09f95bde206d (diff) | |
download | chef-mp/chef-10660.tar.gz |
squashed - missed onemp/chef-10660
Signed-off-by: Marc A. Paradise <marc.paradise@gmail.com>
-rw-r--r-- | spec/unit/resource/dsc_resource_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/resource/dsc_resource_spec.rb b/spec/unit/resource/dsc_resource_spec.rb index 6d6b99bd10..5cf776b6b8 100644 --- a/spec/unit/resource/dsc_resource_spec.rb +++ b/spec/unit/resource/dsc_resource_spec.rb @@ -41,7 +41,7 @@ describe Chef::Resource::DscResource do end it "has an ed_actions property with only the `:run` and `:nothing` properties" do - expect(dsc_test_resource.allowed_actions.to_set).to eq(%i{run nothing}.to_set) + expect(dsc_test_resource.allowed_actions.keys).to eq(%i{run nothing}) end it "allows the resource property to be set" do |