summaryrefslogtreecommitdiff
path: root/spec/unit/data_bag_item_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/data_bag_item_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/data_bag_item_spec.rb')
-rw-r--r--spec/unit/data_bag_item_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/data_bag_item_spec.rb b/spec/unit/data_bag_item_spec.rb
index f28450ef72..5972d8a239 100644
--- a/spec/unit/data_bag_item_spec.rb
+++ b/spec/unit/data_bag_item_spec.rb
@@ -186,7 +186,7 @@ describe Chef::DataBagItem do
end
include_examples "to_json equalivent to Chef::JSONCompat.to_json" do
- let(:subject) { @data_bag_item }
+ let(:jsonable) { @data_bag_item }
end
end