X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/0d3a9ed9cb47ce3b89ea9eaffbb589f9a9ff6d22..b095b59d5e0ee805e49980af80b21bd1acff1345:/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 ##