提交 df95948d 编写于 作者: A Aaron Patterson

do not execute the session tests within transactions

上级 dcb7832e
......@@ -5,6 +5,8 @@
module ActiveRecord
class SessionStore
class SessionTest < ActiveRecord::TestCase
self.use_transactional_fixtures = false
def setup
super
Session.drop_table! if Session.table_exists?
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册