class RSpec::Mocks::Matchers::Receive::DefaultDescribable
@private
We use this as a fall back when a MessageExpectation is not available.
MessageExpectation objects are able to describe themselves in detail.
def description_for(verb)
user may want, but I'm not up for putting a bunch of effort
This is much simpler for the `any_instance` case than what the
def description_for(verb) "#{verb} #{@message}" end
def initialize(message)
def initialize(message) @message = message end