Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Stop using deprecated `render :text` in test | Prem Sichanugrist | 2015-07-17 | 1 | -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łkowski | 2013-08-25 | 7 | -0/+14 |
| | |||||
* | Move render_test to AV | Łukasz Strzałkowski | 2013-08-25 | 9 | -0/+18 |