diff options
Diffstat (limited to 'spec/unit/dsl/resources_spec.rb')
-rw-r--r-- | spec/unit/dsl/resources_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/dsl/resources_spec.rb b/spec/unit/dsl/resources_spec.rb index 5354505df8..dc05f8bcf4 100644 --- a/spec/unit/dsl/resources_spec.rb +++ b/spec/unit/dsl/resources_spec.rb @@ -80,6 +80,6 @@ describe Chef::DSL::Resources do test_resource {} end end - it { is_expected.to eq [[:test_resource, ""]] } + it { is_expected.to eq [[:test_resource, nil]] } end end |