aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/test_case.rb
diff options
context:
space:
mode:
authorYuji Yaginuma <yuuji.yaginuma@gmail.com>2019-01-03 07:12:10 +0900
committerGitHub <noreply@github.com>2019-01-03 07:12:10 +0900
commit4d651a24ed96d6f350307f3b27900afed6db7e8b (patch)
treebe50dc954e20c6f985b5bc51064aee114de9f43b /actionpack/lib/action_controller/test_case.rb
parent260b273106168ba7a122c76c79a3b7f4a3209559 (diff)
parent6210c812e84a72608c73280b40bf988c36e03389 (diff)
downloadrails-4d651a24ed96d6f350307f3b27900afed6db7e8b.tar.gz
rails-4d651a24ed96d6f350307f3b27900afed6db7e8b.tar.bz2
rails-4d651a24ed96d6f350307f3b27900afed6db7e8b.zip
Merge pull request #34841 from bogdanvlviv/remove-mention-about-test-unit-test_case
Remove mention about `Test::Unit::TestCase` [ci skip]
Diffstat (limited to 'actionpack/lib/action_controller/test_case.rb')
-rw-r--r--actionpack/lib/action_controller/test_case.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/actionpack/lib/action_controller/test_case.rb b/actionpack/lib/action_controller/test_case.rb
index a643484d96..94ccd48203 100644
--- a/actionpack/lib/action_controller/test_case.rb
+++ b/actionpack/lib/action_controller/test_case.rb
@@ -276,9 +276,6 @@ module ActionController
# after calling +post+. If the various assert methods are not sufficient, then you
# may use this object to inspect the HTTP response in detail.
#
- # (Earlier versions of \Rails required each functional test to subclass
- # Test::Unit::TestCase and define @controller, @request, @response in +setup+.)
- #
# == Controller is automatically inferred
#
# ActionController::TestCase will automatically infer the controller under test