summaryrefslogtreecommitdiff
path: root/spec/unit/resource/erl_call_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/resource/erl_call_spec.rb')
-rw-r--r--spec/unit/resource/erl_call_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/resource/erl_call_spec.rb b/spec/unit/resource/erl_call_spec.rb
index 008d27372a..9abf2e7812 100644
--- a/spec/unit/resource/erl_call_spec.rb
+++ b/spec/unit/resource/erl_call_spec.rb
@@ -35,7 +35,7 @@ describe Chef::Resource::ErlCall do
end
it "should have a default action of run" do
- expect(@resource.action).to eql(:run)
+ expect(@resource.action).to eql([:run])
end
it "should accept run as an action" do