module Spec::Rails::Mocks::ModelStubber
def connection
def connection raise Spec::Rails::IllegalDataAccessException.new("stubbed models are not allowed to access the database") end
def connection raise Spec::Rails::IllegalDataAccessException.new("stubbed models are not allowed to access the database") end