# File lib/flexmock/rspec_spy_matcher.rb, line 66
66:     def have_received(method_name)
67:       HaveReceived.new(method_name)
68:     end