summaryrefslogtreecommitdiff
path: root/spec/unit/node/attribute_spec.rb
diff options
context:
space:
mode:
authordanielsdeleo <dan@opscode.com>2012-12-11 14:38:17 -0800
committerdanielsdeleo <dan@opscode.com>2012-12-11 14:38:17 -0800
commit0cb9354243cd558457a89326f9be526722cd5ca5 (patch)
tree3c1d3d561b33ef090ca5c5640398353d609b2fce /spec/unit/node/attribute_spec.rb
parentd4d7de8e7d51677db0cb8adf363bdcccd01e4d0f (diff)
downloadchef-0cb9354243cd558457a89326f9be526722cd5ca5.tar.gz
[CHEF-3680] #merge isn't destructive, #merge! is
Diffstat (limited to 'spec/unit/node/attribute_spec.rb')
-rw-r--r--spec/unit/node/attribute_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/node/attribute_spec.rb b/spec/unit/node/attribute_spec.rb
index 4cc64cab3b..8345da118c 100644
--- a/spec/unit/node/attribute_spec.rb
+++ b/spec/unit/node/attribute_spec.rb
@@ -1012,7 +1012,7 @@ describe Chef::Node::Attribute do
end
[
- :merge,
+ :merge!,
:update,
:replace
].each do |mutator|