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 49df9639d1..3efbdca9a0 100644
--- a/spec/unit/resource/erl_call_spec.rb
+++ b/spec/unit/resource/erl_call_spec.rb
@@ -39,7 +39,7 @@ describe Chef::Resource::ErlCall do
end
it "should accept run as an action" do
- lambda { @resource.action :run }.should_not raise_error(ArgumentError)
+ lambda { @resource.action :run }.should_not raise_error
end
it "should allow you to set the code attribute" do