spec/verification_spec.rb in casualjim-caricature-0.3.1 vs spec/verification_spec.rb in casualjim-caricature-0.5.0
- old
+ new
@@ -70,10 +70,10 @@
describe "Verifying" do
before do
@rec = Caricature::MethodCallRecorder.new
@rec.record_call :my_method
- @rec.record_call :my_method, 1, 2, 3
+ @rec.record_call :my_method, :instance, 1, 2, 3
@rec.record_call :another_method
end
it "should be successful with any arguments allowed" do
\ No newline at end of file