summaryrefslogtreecommitdiff
path: root/spec/unit
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2021-02-15 13:01:38 -0800
committerTim Smith <tsmith84@gmail.com>2021-02-15 13:01:38 -0800
commitb3057cc7f55fadd57e54dba45242f692806bc2ba (patch)
tree2d4a8511bb6ecb8813e89a9d85c2986673d005a2 /spec/unit
parent7eb9179ed6eaf024f62546001544ea2caa3d184c (diff)
downloadchef-docs.tar.gz
Improve automatic docs generationdocs
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'spec/unit')
-rw-r--r--spec/unit/property_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/property_spec.rb b/spec/unit/property_spec.rb
index 6c64a961b4..d223c14c39 100644
--- a/spec/unit/property_spec.rb
+++ b/spec/unit/property_spec.rb
@@ -574,7 +574,7 @@ describe "Chef::Resource.property" do
end
end
- with_property ":x, default: lazy { {} }" do
+ with_property ":x, default: {}" do
it "when x is not set, it returns {}" do
expect(resource.x).to eq({})
end