class RSpec::Mocks::AnyInstance::ExpectationChain
def initialize(*args, &block)
def initialize(*args, &block) record(:should_receive, *args, &block) @expectation_fulfilled = false end
def initialize(*args, &block) record(:should_receive, *args, &block) @expectation_fulfilled = false end