summaryrefslogtreecommitdiff
path: root/spec/unit/resource/yum_package_spec.rb
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-07-10 22:51:17 -0700
committerTim Smith <tsmith@chef.io>2018-07-10 22:56:11 -0700
commit26a350996cab459b6483e67a66faf6030bb46312 (patch)
treeaaa00ceb834e017391022e7940152f01fed7ef3c /spec/unit/resource/yum_package_spec.rb
parent293eb409c165b0080178f378211dde1cbb81c916 (diff)
downloadchef-26a350996cab459b6483e67a66faf6030bb46312.tar.gz
Update wording in resource specs for attributes -> properties
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'spec/unit/resource/yum_package_spec.rb')
-rw-r--r--spec/unit/resource/yum_package_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/unit/resource/yum_package_spec.rb b/spec/unit/resource/yum_package_spec.rb
index d1dc1a3cce..0b79a447a3 100644
--- a/spec/unit/resource/yum_package_spec.rb
+++ b/spec/unit/resource/yum_package_spec.rb
@@ -41,8 +41,8 @@ describe Chef::Resource::YumPackage do
# the new_resource.package_named/version/arch properties. until that is fixed properly
# we need to coerce and dup those properties into normal arrays. this does not affect
# strings because those are not mutated in place and they are not (currently) frozen
- # in immutable attributes (even though they really, really should be).
- context "when passed immutable node attribute arrays" do
+ # in immutable properties (even though they really, really should be).
+ context "when passed immutable node property arrays" do
let(:node) { Chef::Node.new }
before do