aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/api/conditional_get_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Stop using deprecated `render :text` in testPrem Sichanugrist2015-07-171-2/+2
| | | | | | | | | 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`.
* Rename test methods in api conditional get controller testsJorge Bejar2015-06-111-2/+2
|
* Use nex hash syntax on testsSantiago Pastorino2015-06-111-5/+5
|
* Add ActionController API functionalitySantiago Pastorino2015-06-111-0/+57