diff options
author | Tim Smith <tsmith84@gmail.com> | 2020-04-10 14:58:39 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2020-04-10 14:58:52 -0700 |
commit | 11920187e9471d3136484dacfc62bb84bc05705a (patch) | |
tree | 534e01f3b796151d675e09e18d43e8c15f88b5dc | |
parent | 5a43e8a6a42559119cc99190df1fc8dc1635b721 (diff) | |
download | chef-11920187e9471d3136484dacfc62bb84bc05705a.tar.gz |
Update specs for the new class name
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r-- | spec/unit/resource/plist_spec.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/unit/resource/plist_spec.rb b/spec/unit/resource/plist_spec.rb index a1752811e3..ab5b35b6c3 100644 --- a/spec/unit/resource/plist_spec.rb +++ b/spec/unit/resource/plist_spec.rb @@ -19,8 +19,8 @@ require "spec_helper" -describe Chef::Resource::Plist do - let(:resource) { Chef::Resource::Plist.new("fakey_fakerton") } +describe Chef::Resource::PlistResource do + let(:resource) { Chef::Resource::PlistResource.new("fakey_fakerton") } it "sets the default action as :set" do expect(resource.action).to eql([:set]) |