Skip to content

Commit

Permalink
test: remove a meaningless test
Browse files Browse the repository at this point in the history
It should be tested in test-unit-activesupport.
  • Loading branch information
kou committed May 19, 2015
1 parent 2a44092 commit 6233129
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions test/test-test_help.rb
Expand Up @@ -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))
Expand Down

0 comments on commit 6233129

Please sign in to comment.