Remove the old richtext_area helper

This has been superseded by the `f.richtext_field` custom form builder.
This commit is contained in:
Andy Allan 2021-03-03 15:34:16 +00:00
parent 2233edbcfa
commit 952cf0fdb4
5 changed files with 0 additions and 68 deletions

View 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