X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/0d3382015025b1a930a4667bde03f4b26003904b..091e0c21efd3f4117fc6491a1b25c4d1cbc5a099:/test/helpers/application_helper_test.rb
diff --git a/test/helpers/application_helper_test.rb b/test/helpers/application_helper_test.rb
index 34120e207..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
@@ -91,5 +91,5 @@ class ApplicationHelperTest < ActionView::TestCase
def test_body_class; end
- def test_current_page_class; end
+ def test_header_nav_link_class; end
end