1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/test/controller/new_base
eileencodes 492b134433 Push before_sending to super class
We want to get rid of the `Live::Response` so we are consolidating methods
from `Live::Response` and `Response` by merging them together.

This adds an `#empty` method to the request so we don't need to
hard-code the empty array each time we call an empty
`ActionDispatch::Request`.

The work here is a continuation on combining controller and integration
test code bases into one.
2015-12-06 15:32:40 -05:00
..
bare_metal_test.rb Push before_sending to super class 2015-12-06 15:32:40 -05:00
base_test.rb Stop using deprecated render :text in test 2015-07-17 22:27:33 -04:00
content_negotiation_test.rb Stop using deprecated render :text in test 2015-07-17 22:27:33 -04:00
content_type_test.rb Use Mime[:foo] instead of Mime::Type[:FOO] for back compat 2015-10-06 11:29:30 -07:00
middleware_test.rb Fix another rack SPEC violation 2015-08-25 17:22:52 -07:00
render_action_test.rb Consistent usage of spaces in hashes across our codebase 2015-01-29 12:19:41 -02:00
render_body_test.rb
render_context_test.rb
render_file_test.rb
render_html_test.rb Set the content-type to text/html if the options[:html] is true 2015-08-29 01:02:43 +09:00
render_implicit_action_test.rb
render_layout_test.rb Consistent usage of spaces in hashes across our codebase 2015-01-29 12:19:41 -02:00
render_partial_test.rb
render_plain_test.rb provide a request and response to all controllers 2015-08-25 18:35:44 -07:00
render_streaming_test.rb Consistent usage of spaces in hashes across our codebase 2015-01-29 12:19:41 -02:00
render_template_test.rb Fix test messages use directly true, false and nil instead of their symbol 2015-03-19 23:47:58 +05:30
render_test.rb Stop using deprecated render :text in test 2015-07-17 22:27:33 -04:00
render_text_test.rb Delete needless require 'active_support/deprecation' 2015-10-20 20:02:59 +09:00
render_xml_test.rb