diff options
author | Tim Smith <tsmith84@gmail.com> | 2021-02-15 13:01:38 -0800 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2021-02-15 13:01:38 -0800 |
commit | b3057cc7f55fadd57e54dba45242f692806bc2ba (patch) | |
tree | 2d4a8511bb6ecb8813e89a9d85c2986673d005a2 /spec/unit | |
parent | 7eb9179ed6eaf024f62546001544ea2caa3d184c (diff) | |
download | chef-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.rb | 2 |
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 |