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