module RSpec::Mocks::ExampleMethods
def have_received(method_name)
-
method_name
(Symbol
) -- name of the method expected to have been
def have_received(method_name) Matchers::HaveReceived.new(method_name) end
method_name
(Symbol
)
-- name of the method expected to have been
def have_received(method_name) Matchers::HaveReceived.new(method_name) end