aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/ar_schema_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/test/ar_schema_test.rb')
-rw-r--r--activerecord/test/ar_schema_test.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/activerecord/test/ar_schema_test.rb b/activerecord/test/ar_schema_test.rb
index 2b7c0c3fc7..f20fa6c180 100644
--- a/activerecord/test/ar_schema_test.rb
+++ b/activerecord/test/ar_schema_test.rb
@@ -4,6 +4,8 @@ require "#{File.dirname(__FILE__)}/../lib/active_record/schema"
if ActiveRecord::Base.connection.supports_migrations?
class ActiveRecordSchemaTest < Test::Unit::TestCase
+ self.use_transactional_fixtures = false
+
def setup
@connection = ActiveRecord::Base.connection
end