summaryrefslogtreecommitdiff
path: root/spec/unit/provider/erl_call_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/provider/erl_call_spec.rb')
-rw-r--r--spec/unit/provider/erl_call_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/provider/erl_call_spec.rb b/spec/unit/provider/erl_call_spec.rb
index fa85b6cda7..19e16f282f 100644
--- a/spec/unit/provider/erl_call_spec.rb
+++ b/spec/unit/provider/erl_call_spec.rb
@@ -31,7 +31,7 @@ describe Chef::Provider::ErlCall do
@provider = Chef::Provider::ErlCall.new(@new_resource, @run_context)
- @provider.stub!(:popen4).and_return(@status)
+ @provider.stub(:popen4).and_return(@status)
@stdin = StringIO.new
@stdout = StringIO.new('{ok, woohoo}')
@stderr = StringIO.new