class RSpec::Mocks::AnyInstance::Recorder
def should_not_receive(method_name, &block)
- See: Methods#should_not_receive -
def should_not_receive(method_name, &block) should_receive(method_name, &block).never end
def should_not_receive(method_name, &block) should_receive(method_name, &block).never end