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:
parent
dcb7832ed5
commit
df95948d45
1 changed files with 2 additions and 0 deletions
|
@ -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?
|
||||
|
|
Loading…
Reference in a new issue