X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/9813d9f1e48d575bb0e0b5029dc0ec134a011090..89a132d31c8ca3b446c716860e55bf31bc811bd0:/test/test_helper.rb diff --git a/test/test_helper.rb b/test/test_helper.rb index 703347c9c..4e95bb7a8 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -53,6 +53,8 @@ class ActiveSupport::TestCase fixtures :client_applications fixtures :redactions + + fixtures :notes, :note_comments end ##