1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Merge pull request #17578 from codeodor/fix-17217-test-bug

Fix bug found when running individual tests against #17217 after merging
This commit is contained in:
Rafael Mendonça França 2014-11-10 17:44:29 -02:00
commit 7b7eea886a

View file

@ -41,7 +41,7 @@ class TopicWithUniqEvent < Topic
end end
class UniquenessValidationTest < ActiveRecord::TestCase class UniquenessValidationTest < ActiveRecord::TestCase
fixtures :topics, 'warehouse-things', :developers fixtures :topics, 'warehouse-things'
repair_validations(Topic, Reply) repair_validations(Topic, Reply)