diff options
Diffstat (limited to 'spec/unit/property_spec.rb')
-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 |