# File test/unit/deleted_record_test.rb, line 6 def setup if !ActiveRecord::Base.connected? ActiveRecord::Base.establish_connection(:adapter => 'sqlite3', :database => ':memory:') load '../test_schema.rb' end end