diff options
author | Thom May <thom@may.lt> | 2016-12-05 11:08:45 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-05 11:08:45 +0000 |
commit | 0c14a50be9e728dc7956717c26166e63bd99d8bb (patch) | |
tree | 4d7f92f1b3f2ac050356c49e13539c0981c2708f /spec | |
parent | e1cd3b3be2aa894b6dd50929efa85efd57610079 (diff) | |
parent | b3d2b5b6ee62045d391a99752b9b038b01627e91 (diff) | |
download | chef-0c14a50be9e728dc7956717c26166e63bd99d8bb.tar.gz |
Merge pull request #5607 from chef/adamleff/update-ohai-resource
Update ohai resource to new style, stop overwriting name property
Diffstat (limited to 'spec')
-rw-r--r-- | spec/unit/resource/ohai_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/resource/ohai_spec.rb b/spec/unit/resource/ohai_spec.rb index 9669ef193d..cf1748002b 100644 --- a/spec/unit/resource/ohai_spec.rb +++ b/spec/unit/resource/ohai_spec.rb @@ -33,7 +33,7 @@ describe Chef::Resource::Ohai do expect(@resource.resource_name).to eql(:ohai) end - it "should have a default action of create" do + it "should have a default action of reload" do expect(@resource.action).to eql([:reload]) end |