diff options
author | eileencodes <eileencodes@gmail.com> | 2015-12-12 13:48:52 -0500 |
---|---|---|
committer | eileencodes <eileencodes@gmail.com> | 2015-12-12 14:44:50 -0500 |
commit | 4414c5d1795e815b102571425974a8b1d46d932d (patch) | |
tree | db27be9fbc9704604466c9f58f8c10ff09d7a8d7 /activerecord/test/cases/bind_parameter_test.rb | |
parent | eb0e8e216fcf535a1e6b82720dfb7639fcc20ff2 (diff) | |
download | rails-4414c5d1795e815b102571425974a8b1d46d932d.tar.gz rails-4414c5d1795e815b102571425974a8b1d46d932d.tar.bz2 rails-4414c5d1795e815b102571425974a8b1d46d932d.zip |
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
Diffstat (limited to 'activerecord/test/cases/bind_parameter_test.rb')
0 files changed, 0 insertions, 0 deletions