module RSpec::Rails::Mocks::ActiveRecordStubExtensions
def connection
Raises an IllegalDataAccessException (stubbed models are not allowed to access the database)
def connection raise RSpec::Rails::IllegalDataAccessException.new("stubbed models are not allowed to access the database") end