class RSpec::Mocks::MethodDouble

def raise_method_not_stubbed_error

Other tags:
    Private: -
def raise_method_not_stubbed_error
  RSpec::Mocks.error_generator.raise_method_not_stubbed_error(method_name)
end