summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2018-02-22 15:08:56 -0800
committerLamont Granquist <lamont@scriptkiddie.org>2018-02-23 00:17:29 -0800
commitc64db51388701c41652d7ab266b2b21cf5403237 (patch)
tree59a71e2fe4a47150bb476949d15db699c2909d0d
parent0821ff9082f64edf24fa040b57f0f5e43ffd6ed5 (diff)
downloadchef-c64db51388701c41652d7ab266b2b21cf5403237.tar.gz
Revert "Per-container deep merge caching"
This reverts commit 0c29acc106ca774e230c8ef45694c8bffd166b69.
-rw-r--r--spec/unit/node/immutable_collections_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/unit/node/immutable_collections_spec.rb b/spec/unit/node/immutable_collections_spec.rb
index 2d3392041c..6651f06da8 100644
--- a/spec/unit/node/immutable_collections_spec.rb
+++ b/spec/unit/node/immutable_collections_spec.rb
@@ -1,6 +1,6 @@
#
# Author:: Daniel DeLeo (<dan@chef.io>)
-# Copyright:: Copyright 2012-2017, Chef Software Inc.
+# Copyright:: Copyright 2012-2018, Chef Software Inc.
# License:: Apache License, Version 2.0
#
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -275,7 +275,7 @@ describe Chef::Node::ImmutableArray do
end
it "should create an array with the same content" do
- expect(@copy).to eq(@immutable_nested_array)
+ expect(@copy).to eql(@immutable_nested_array)
end
it "should allow mutation" do