X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/497009ed2b98dfdeeb349e891c1fbd88d14ff087..ef7f3d800cbdd49b692df10d312e5fd880e2e938:/test/helpers/application_helper_test.rb diff --git a/test/helpers/application_helper_test.rb b/test/helpers/application_helper_test.rb index 5604b09bf..3a1264628 100644 --- a/test/helpers/application_helper_test.rb +++ b/test/helpers/application_helper_test.rb @@ -20,7 +20,7 @@ class ApplicationHelperTest < ActionView::TestCase assert_dom_equal "Test #{link} is made into a link", html html = linkify(text.html_safe) - assert_equal true, html.html_safe? + assert_equal true, html.html_safe? assert_dom_equal "Test #{link} is made into a link", html end @@ -32,7 +32,7 @@ class ApplicationHelperTest < ActionView::TestCase assert_dom_equal text, html html = linkify(text.html_safe) - assert_equal true, html.html_safe? + assert_equal true, html.html_safe? assert_dom_equal text, html end end