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
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
..
actionpack Stop using deprecated render :text in test 2015-07-17 22:27:33 -04:00
activerecord Remove assigns and assert_template. 2015-05-30 14:13:57 +08:00
fixtures Stop using deprecated render :text in test 2015-07-17 22:27:33 -04:00
lib/controller Add tests to make sure label and placeholder respect to_model 2015-02-05 16:19:29 -02:00
template Merge pull request #20813 from noniq/locale-argument-for-pluralize-helper 2015-07-09 21:24:24 +02:00
tmp
abstract_unit.rb Revert "Merge pull request #19404 from dmathieu/remove_rack_env" 2015-03-20 08:14:11 -07:00
active_record_unit.rb Closes rails/rails#18864: Renaming transactional fixtures to transactional tests 2015-03-16 11:35:44 -07:00