X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/abca51e4d8a51cb484598840a1b2459c651e1e67..01b84a810703041bc4a5011068214c92de0a5bec:/test/integration/short_links_test.rb diff --git a/test/integration/short_links_test.rb b/test/integration/short_links_test.rb index c03ebedab..8f949fdae 100644 --- a/test/integration/short_links_test.rb +++ b/test/integration/short_links_test.rb @@ -9,6 +9,8 @@ class ShortLinksTest < ActionDispatch::IntegrationTest assert_short_link_redirect(ShortLink.encode(-0.107846, 51.50771, 18)) end + private + ## # utility method to test short links def assert_short_link_redirect(short_link)