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/mime
Justin Coyne 48f140cf74 Render default template if block doesn't render
When a `respond_to` collector doesn't have a response, then a
`:no_content` response should be rendered. This brings the default
rendering behavior introduced by
https://github.com/rails/rails/issues/19036 to controller methods
employing `respond_to`
2016-02-25 07:14:49 -06:00
..
accept_format_test.rb Switch to kwargs in ActionController::TestCase and ActionDispatch::Integration 2015-01-29 14:44:46 +02:00
respond_to_test.rb Render default template if block doesn't render 2016-02-25 07:14:49 -06:00