mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
do not execute the session tests within transactions
This commit is contained in:
@@ -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?
|
||||
|
||||
Reference in New Issue
Block a user