aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/associations/join_model_test.rb
diff options
context:
space:
mode:
authorRafael França <rafaelmfranca@gmail.com>2017-01-03 20:38:50 -0500
committerGitHub <noreply@github.com>2017-01-03 20:38:50 -0500
commiteeac6151a55cb7d5f799e1ae33aa64a839cbc3aa (patch)
tree18637198355d17b3ed58ac855783f16ef488b01a /activerecord/test/cases/associations/join_model_test.rb
parent5c40239d3104543e70508360d27584a3e4dc5baf (diff)
parente75fcdf3feaca7fac44dde23ea3059399c0ff384 (diff)
downloadrails-eeac6151a55cb7d5f799e1ae33aa64a839cbc3aa.tar.gz
rails-eeac6151a55cb7d5f799e1ae33aa64a839cbc3aa.tar.bz2
rails-eeac6151a55cb7d5f799e1ae33aa64a839cbc3aa.zip
Merge pull request #21233 from mtsmfm/disable-referential-integrity-without-superuser-privileges
Use `SET CONSTRAINTS` for `disable_referential_integrity` without superuser privileges
Diffstat (limited to 'activerecord/test/cases/associations/join_model_test.rb')
-rw-r--r--activerecord/test/cases/associations/join_model_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/test/cases/associations/join_model_test.rb b/activerecord/test/cases/associations/join_model_test.rb
index a4345f3857..c078cef064 100644
--- a/activerecord/test/cases/associations/join_model_test.rb
+++ b/activerecord/test/cases/associations/join_model_test.rb
@@ -19,7 +19,7 @@ require "models/car"
class AssociationsJoinModelTest < ActiveRecord::TestCase
self.use_transactional_tests = false unless supports_savepoints?
- fixtures :posts, :authors, :categories, :categorizations, :comments, :tags, :taggings, :author_favorites, :vertices, :items, :books,
+ fixtures :posts, :authors, :author_addresses, :categories, :categorizations, :comments, :tags, :taggings, :author_favorites, :vertices, :items, :books,
# Reload edges table from fixtures as otherwise repeated test was failing
:edges