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

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