class RSpec::Mocks::MethodDouble

def raise_method_not_stubbed_error

Other tags:
    Private: -
def raise_method_not_stubbed_error
  raise MockExpectationError, "The method `#{method_name}` was not stubbed or was already unstubbed"
end