aboutsummaryrefslogtreecommitdiffstats
path: root/test/template
Commit message (Collapse)AuthorAgeFilesLines
* Add test coverage for form with rich-text-areaAlberto Almagro2018-10-101-0/+28
|
* Prevent rich_text_area from raising when inexistent attribute is passed (#24)Alberto Almagro Sotelo2018-10-091-0/+21
When an inexistent attribute is passed as a parameter to currently existing Rails' Form Helpers they render an empty tag instead of raising an exception. This commit confers the same behavior to `rich_text_area`. Fixes #19