class RSpec::Mocks::Matchers::HaveReceived
def matches?(subject)
def matches?(subject) @subject = subject @expectation = expect expected_messages_received? end
def matches?(subject) @subject = subject @expectation = expect expected_messages_received? end