]> git.openstreetmap.org Git - rails.git/blobdiff - test/helpers/application_helper_test.rb
Remove the old richtext_area helper
[rails.git] / test / helpers / application_helper_test.rb
index fe4587b87c50455d7d936ef21ea2d32fe26baa75..90fbaebc29b926a1a666baa6a3b05cdba71d8e35 100644 (file)
@@ -47,11 +47,6 @@ class ApplicationHelperTest < ActionView::TestCase
     assert_dom_equal "<a class=\"rsssmall\" href=\"/history/feed\"><img border=\"0\" height=\"16\" src=\"/images/RSS.png\" width=\"16\" /></a>", link
   end
 
-  def test_richtext_area
-    html = richtext_area(:message, :body, :cols => 40, :rows => 20)
-    assert_not_nil html
-  end
-
   def test_dir
     assert_equal "ltr", dir