aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2019-01-14 14:49:48 -0500
committerRafael Mendonça França <rafaelmfranca@gmail.com>2019-01-17 16:08:09 -0500
commit12f55cefde5902962aa8e740c50e5bb4fc6fb53a (patch)
treedb788741e0c0d09ee3b2d3c2b4ba747d3d1e9b82
parent9d046eb553f79cf6a6664edd2be72e6131f927a9 (diff)
downloadrails-12f55cefde5902962aa8e740c50e5bb4fc6fb53a.tar.gz
rails-12f55cefde5902962aa8e740c50e5bb4fc6fb53a.tar.bz2
rails-12f55cefde5902962aa8e740c50e5bb4fc6fb53a.zip
Update the promisse that ActionController::TestCase will be extracted
We are past 5.1 and it was not extrated yet, so while we still have plans they will not be realized on 6.0, so it is better to not set expectations of which release will exclude it just yet. [ci skip]
-rw-r--r--actionpack/lib/action_controller/test_case.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_controller/test_case.rb b/actionpack/lib/action_controller/test_case.rb
index 94ccd48203..57921f32b7 100644
--- a/actionpack/lib/action_controller/test_case.rb
+++ b/actionpack/lib/action_controller/test_case.rb
@@ -26,7 +26,7 @@ module ActionController
end
end
- # ActionController::TestCase will be deprecated and moved to a gem in Rails 5.1.
+ # ActionController::TestCase will be deprecated and moved to a gem in the future.
# Please use ActionDispatch::IntegrationTest going forward.
class TestRequest < ActionDispatch::TestRequest #:nodoc:
DEFAULT_ENV = ActionDispatch::TestRequest::DEFAULT_ENV.dup