summaryrefslogtreecommitdiff
path: root/spec/unit/resource/ohai_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/resource/ohai_spec.rb')
-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 fe29755abf..3bc21a41d2 100644
--- a/spec/unit/resource/ohai_spec.rb
+++ b/spec/unit/resource/ohai_spec.rb
@@ -34,7 +34,7 @@ describe Chef::Resource::Ohai do
end
it "should have a default action of create" do
- expect(@resource.action).to eql(:reload)
+ expect(@resource.action).to eql([:reload])
end
it "should allow you to set the plugin attribute" do