module RSpec::Mocks::ExampleMethods

def have_received(method_name)

Parameters:
  • method_name (Symbol) -- name of the method expected to have been
def have_received(method_name)
  Matchers::HaveReceived.new(method_name)
end