From 2dd64a7bbb0cb7b65976cb0516d0f338b099a715 Mon Sep 17 00:00:00 2001 From: eileencodes Date: Sun, 13 Dec 2015 21:24:40 -0500 Subject: 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. --- railties/test/rails_info_controller_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'railties/test/rails_info_controller_test.rb') 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 -- cgit v1.2.3