class RSpec::Mocks::AnyInstance::Recorder
def should_not_receive(method_name, &block)
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