summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2015-10-18 20:39:42 -0700
committerSteven Murawski <steven.murawski@gmail.com>2015-10-21 09:22:49 -0500
commit9469d3a5ab22655fe13a4dd09823bd371fce3c10 (patch)
treea53f8b861298dafce4a200a50886861191b3fbed /spec
parenta09f7e85c7ea123ee4ffdf61921c7e23b92c9d8e (diff)
downloadchef-9469d3a5ab22655fe13a4dd09823bd371fce3c10.tar.gz
Update messaging to match LWRP -> Custom Resource rename
If you showed up in a post-LWRP world these would be confusing
Diffstat (limited to 'spec')
-rw-r--r--spec/unit/lwrp_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/lwrp_spec.rb b/spec/unit/lwrp_spec.rb
index bcb64cb21e..7f6d315bbb 100644
--- a/spec/unit/lwrp_spec.rb
+++ b/spec/unit/lwrp_spec.rb
@@ -190,7 +190,7 @@ describe "LWRP" do
end
it "should have a class that outputs a reasonable string" do
- expect(get_lwrp(:lwrp_foo).to_s).to eq "LWRP resource lwrp_foo from cookbook lwrp"
+ expect(get_lwrp(:lwrp_foo).to_s).to eq "Custom resource lwrp_foo from cookbook lwrp"
end
it "should add the specified actions to the allowed_actions array" do