do not execute the session tests within transactions

This commit is contained in:
Aaron Patterson 2010-07-25 15:16:57 -07:00
parent dcb7832ed5
commit df95948d45
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@ require 'active_record/session_store'
module ActiveRecord
class SessionStore
class SessionTest < ActiveRecord::TestCase
self.use_transactional_fixtures = false
def setup
super
Session.drop_table! if Session.table_exists?