1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/lib/action_dispatch/testing
eileencodes 4414c5d179 Remove ActionController::TestCase from documentation
In Rails 5.1 `ActionController::TestCase` will be moved out of Rails
into it's own gem.

Please use `ActionDispatch::IntegrationTest` going foward.

Because this will be moved to a gem I used `# :stopdoc:` instead of
deleting the documentation. This will remove it from the Rails
documentation but still leave the method documented for when we move it
to a gem.

Guides have been updated to use the routing structure used in Integration
and all test examples have been updated to inherit from
`ActionDispatch::IntegrationTest` instead of `ActionController::TestCase.

Fixes #22496
2015-12-12 14:44:50 -05:00
..
assertions Show redirect response code in assert_response messages 2015-12-11 18:18:08 +01:00
assertions.rb Use sufficient a regexp anchor to check @response.content_type.to_s 2015-10-22 20:33:32 +09:00
integration.rb Push before_sending to super class 2015-12-06 15:32:40 -05:00
test_process.rb Remove ActionController::TestCase from documentation 2015-12-12 14:44:50 -05:00
test_request.rb assign the cookie hash on request allocation 2015-07-08 16:27:02 -07:00
test_response.rb stop applying default headers in ActionDispatch::Response 2015-09-23 15:48:01 -07:00