X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/048ab33934bb34abe323dcbc331512ef7f89328e..93e49daee21b64f0af0ba7fa3035904843a028ea:/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)