aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/rails_info_controller_test.rb
diff options
context:
space:
mode:
authoreileencodes <eileencodes@gmail.com>2015-12-13 21:24:40 -0500
committereileencodes <eileencodes@gmail.com>2015-12-13 21:24:40 -0500
commit2dd64a7bbb0cb7b65976cb0516d0f338b099a715 (patch)
treeb98866b4907df6b988b7183474f732cf724a369c /railties/test/rails_info_controller_test.rb
parent0b224ddd552dbe87280dfdd1eb7a8f25d7d4e062 (diff)
downloadrails-2dd64a7bbb0cb7b65976cb0516d0f338b099a715.tar.gz
rails-2dd64a7bbb0cb7b65976cb0516d0f338b099a715.tar.bz2
rails-2dd64a7bbb0cb7b65976cb0516d0f338b099a715.zip
Revert "Merge pull request #22569 from seuros/remove-test-case"
This reverts commit 9712a7a12b7f9e4dcef751ceda8a73c3f4beb11f, reversing changes made to 3e65c3d3886336e9145438cdeacaf4ebec6a48b8. Reverting because this caused test failures and while we have a followup branch there is still one failure that happens randomly and isn't straight forward to fix.
Diffstat (limited to 'railties/test/rails_info_controller_test.rb')
-rw-r--r--railties/test/rails_info_controller_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/test/rails_info_controller_test.rb b/railties/test/rails_info_controller_test.rb
index 82b9633985..c51503c2b7 100644
--- a/railties/test/rails_info_controller_test.rb
+++ b/railties/test/rails_info_controller_test.rb
@@ -6,7 +6,7 @@ module ActionController
end
end
-class InfoControllerTest < ActionDispatch::IntegrationTest
+class InfoControllerTest < ActionController::TestCase
tests Rails::InfoController
def setup