aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test/fixtures/actionpack/layouts
Commit message (Collapse)AuthorAgeFilesLines
* Fix all style guides violationsRafael Mendonça França2017-04-191-1/+1
| | | | | Closes #28382 Closes #28651
* Stop using deprecated `render :text` in testPrem Sichanugrist2015-07-171-0/+1
| | | | | | | | | This will silence deprecation warnings. Most of the test can be changed from `render :text` to render `:plain` or `render :body` right away. However, there are some tests that needed to be fixed by hand as they actually assert the default Content-Type returned from `render :body`.
* Move remaining layouts tests to AVŁukasz Strzałkowski2013-08-257-0/+14
|
* Move render_test to AVŁukasz Strzałkowski2013-08-259-0/+18