summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
Diffstat (limited to 'spec')
-rw-r--r--spec/unit/resource/ohai_spec.rb2
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