aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/associations_join_model_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/test/associations_join_model_test.rb')
-rw-r--r--activerecord/test/associations_join_model_test.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/activerecord/test/associations_join_model_test.rb b/activerecord/test/associations_join_model_test.rb
index 303c33679f..07e9288f08 100644
--- a/activerecord/test/associations_join_model_test.rb
+++ b/activerecord/test/associations_join_model_test.rb
@@ -5,6 +5,7 @@ require 'fixtures/post'
require 'fixtures/comment'
class AssociationsJoinModelTest < Test::Unit::TestCase
+ self.use_transactional_fixtures = false
fixtures :posts, :comments, :tags, :taggings
def test_polymorphic_has_many