# File lib/rspec/mocks/any_instance/recorder.rb, line 63 def should_not_receive(method_name, &block) should_receive(method_name, &block).never end