mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
8cb8ce98d9
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`. |
||
---|---|---|
.. | ||
conditional_get_test.rb | ||
data_streaming_test.rb | ||
force_ssl_test.rb | ||
implicit_render_test.rb | ||
params_wrapper_test.rb | ||
redirect_to_test.rb | ||
renderers_test.rb | ||
url_for_test.rb |