X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/8e648e7b26202a1f5fcad2d296a2c5e772634465..9017eadbe8d87da74c5ac83f941c2a1848ab2570:/test/helpers/application_helper_test.rb
diff --git a/test/helpers/application_helper_test.rb b/test/helpers/application_helper_test.rb
index a905090db..24d74c85f 100644
--- a/test/helpers/application_helper_test.rb
+++ b/test/helpers/application_helper_test.rb
@@ -31,12 +31,12 @@ class ApplicationHelperTest < ActionView::TestCase
def test_rss_link_to
link = rss_link_to(:controller => :diary_entries, :action => :rss)
- assert_dom_equal "", link
+ assert_dom_equal "", link
end
def test_atom_link_to
link = atom_link_to(:controller => :changesets, :action => :feed)
- assert_dom_equal "", link
+ assert_dom_equal "", link
end
def test_dir