summaryrefslogtreecommitdiff
path: root/spec/unit/data_bag_item_spec.rb
diff options
context:
space:
mode:
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