From 62331298bb80d1e188e80780439e77ef833e125e Mon Sep 17 00:00:00 2001 From: Kouhei Sutou Date: Tue, 19 May 2015 22:17:15 +0900 Subject: [PATCH] test: remove a meaningless test It should be tested in test-unit-activesupport. --- test/test-test_help.rb | 6 ------ 1 file changed, 6 deletions(-) diff --git a/test/test-test_help.rb b/test/test-test_help.rb index 36f2615..d1b103a 100644 --- a/test/test-test_help.rb +++ b/test/test-test_help.rb @@ -17,12 +17,6 @@ require "test/unit/rails/test_help" class TestTestHelp < Test::Unit::TestCase - sub_test_case("ActiveSupport::TestCase") do - def test_defined - assert_true(ActiveSupport.const_defined?(:TestCase)) - end - end - sub_test_case("ActionController::TestCase") do def test_defined assert_true(ActionController.const_defined?(:TestCase))