X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/53817fa9e8d955df0891d156f21b7269b4ed08fc..c1d4f3cc7f051815cfd4ea372597a94f1621abfa:/test/helpers/application_helper_test.rb
diff --git a/test/helpers/application_helper_test.rb b/test/helpers/application_helper_test.rb
index 34120e207..524851e63 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
@@ -88,8 +88,4 @@ class ApplicationHelperTest < ActionView::TestCase
date = friendly_date_ago(Time.now.utc - 4.months)
assert_match %r{^$}, date
end
-
- def test_body_class; end
-
- def test_current_page_class; end
end