diff options
author | Jeremy Kemper <jeremykemper@gmail.com> | 2015-01-20 09:53:15 -0700 |
---|---|---|
committer | Jeremy Kemper <jeremykemper@gmail.com> | 2015-01-20 09:53:15 -0700 |
commit | b477ad54e586326b33528c4d68930e2efa73c72b (patch) | |
tree | 00847e02dfe737124bb09ad274563db7178aae02 /activerecord/test/cases/associations | |
parent | 7675364fe0f51d539fb35eb005dfba3ca521ea47 (diff) | |
parent | eb72e349b205c47a64faa5d6fe9f831aa7fdddf3 (diff) | |
download | rails-b477ad54e586326b33528c4d68930e2efa73c72b.tar.gz rails-b477ad54e586326b33528c4d68930e2efa73c72b.tar.bz2 rails-b477ad54e586326b33528c4d68930e2efa73c72b.zip |
Merge pull request #18458 from brainopia/fix_after_commit_for_fixtures
Support after_commit callbacks in transactional fixtures
Diffstat (limited to 'activerecord/test/cases/associations')
-rw-r--r-- | activerecord/test/cases/associations/has_many_associations_test.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/activerecord/test/cases/associations/has_many_associations_test.rb b/activerecord/test/cases/associations/has_many_associations_test.rb index 21a45042fa..3bd7506bb5 100644 --- a/activerecord/test/cases/associations/has_many_associations_test.rb +++ b/activerecord/test/cases/associations/has_many_associations_test.rb @@ -1307,7 +1307,6 @@ class HasManyAssociationsTest < ActiveRecord::TestCase assert_nothing_raised { topic.destroy } end - uses_transaction :test_dependence_with_transaction_support_on_failure def test_dependence_with_transaction_support_on_failure firm = companies(:first_firm) clients = firm.clients |