Object
# File lib/rspec/mocks/matchers/have_received.rb, line 36 def description expect.description end
# File lib/rspec/mocks/matchers/have_received.rb, line 21 def does_not_match?(subject) @subject = subject ensure_count_unconstrained @expectation = expect.never expected_messages_received? end
# File lib/rspec/mocks/matchers/have_received.rb, line 28 def failure_message generate_failure_message end
Generated with the Darkfish Rdoc Generator 2.