summaryrefslogtreecommitdiff
path: root/spec/unit/resource_collection_spec.rb
diff options
context:
space:
mode:
authortyler-ball <tyleraball@gmail.com>2014-09-29 13:19:08 -0700
committertyler-ball <tyleraball@gmail.com>2014-10-07 16:41:47 -0700
commitf9b74b1bf1726dffa2674a363f06c4fb962bdb53 (patch)
treec29358df70fd7dcab82669ffab165bd79740a478 /spec/unit/resource_collection_spec.rb
parent5835f2f955819aa1aa4e52e1d98e885be4aa9af8 (diff)
downloadchef-f9b74b1bf1726dffa2674a363f06c4fb962bdb53.tar.gz
My local gemset was including the `json` gem, causing these tests to be ineffective. Also made them more clear
Diffstat (limited to 'spec/unit/resource_collection_spec.rb')
-rw-r--r--spec/unit/resource_collection_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/resource_collection_spec.rb b/spec/unit/resource_collection_spec.rb
index 30c7630ba1..cf119f1ab0 100644
--- a/spec/unit/resource_collection_spec.rb
+++ b/spec/unit/resource_collection_spec.rb
@@ -280,7 +280,7 @@ describe Chef::ResourceCollection do
end
include_examples "to_json equalivent to Chef::JSONCompat.to_json" do
- let(:subject) { @rc }
+ let(:jsonable) { @rc }
end
end