@private
# File lib/rspec/mocks/matchers/have_received.rb, line 46 def description expect.description end
# File lib/rspec/mocks/matchers/have_received.rb, line 30 def does_not_match?(subject) @subject = subject ensure_count_unconstrained @expectation = expect.never mock_proxy.ensure_implemented(@method_name) expected_messages_received_in_order? end
# File lib/rspec/mocks/matchers/have_received.rb, line 38 def failure_message generate_failure_message end
# File lib/rspec/mocks/matchers/have_received.rb, line 42 def failure_message_when_negated generate_failure_message end
Generated with the Darkfish Rdoc Generator 2.