lib/caricature/messenger.rb in caricature-0.6.0 vs lib/caricature/messenger.rb in caricature-0.6.1
- old
+ new
@@ -15,9 +15,10 @@
@instance, @expectations = instance, expectations
end
# deliver the message to the receiving isolation
def deliver(method_name, return_type, *args, &b)
+
internal_deliver(:instance, method_name, return_type, *args, &b)
end
# deliver the message to class of the receiving isolation
def deliver_to_class(method_name, return_type, *args, &b)
\ No newline at end of file