1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

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

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?