class RSpec::Mocks::MessageExpectation

def description

Other tags:
    Private: -
def description
  @error_generator.describe_expectation(@message, @expected_received_count, @actual_received_count, *expected_args)
end