class RSpec::Mocks::MethodDouble

def build_expectation(error_generator, expectation_ordering)

Other tags:
    Private: -
def build_expectation(error_generator, expectation_ordering)
  expected_from = IGNORED_BACKTRACE_LINE
  message_expectation_class.new(error_generator, expectation_ordering, expected_from, self)
end