1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionview/test/actionpack/abstract
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
..
views Cleaning unused views from actionpack tests inside actionview 2015-03-14 16:32:03 -03:00
abstract_controller_test.rb Remove wrong TODO comment 2015-01-04 15:54:22 -03:00
helper_test.rb Prefer assert_raise instead of flunk + rescue to test for exceptions 2013-12-19 09:20:51 -02:00
layouts_test.rb Stop using deprecated render :text in test 2015-07-17 22:27:33 -04:00
render_test.rb Stop using deprecated render :text in test 2015-07-17 22:27:33 -04:00