class RSpec::Mocks::MethodDouble

def raise_method_not_stubbed_error

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