rails/actionpack/test/controller/api
Prem Sichanugrist 8cb8ce98d9 Stop using deprecated render :text in test
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`.
2015-07-17 22:27:33 -04:00
..
conditional_get_test.rb Stop using deprecated render :text in test 2015-07-17 22:27:33 -04:00
data_streaming_test.rb Add ActionController API functionality 2015-06-11 16:54:09 -03:00
force_ssl_test.rb Add ActionController API functionality 2015-06-11 16:54:09 -03:00
implicit_render_test.rb Return 204 if render is not called in API controllers 2015-06-11 16:54:17 -03:00
params_wrapper_test.rb Make AC::Parameters not inherited from Hash 2015-07-15 11:11:36 -04:00
redirect_to_test.rb Use new hash syntax 2015-06-11 16:54:13 -03:00
renderers_test.rb Use new hash syntax 2015-06-11 16:54:13 -03:00
url_for_test.rb Add ActionController API functionality 2015-06-11 16:54:09 -03:00