diff options
-rw-r--r-- | ruby/action_TEST.rb | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/ruby/action_TEST.rb b/ruby/action_TEST.rb index f08b9dd5e..f01fd6d2a 100644 --- a/ruby/action_TEST.rb +++ b/ruby/action_TEST.rb @@ -73,18 +73,6 @@ module Paludis end end - class TestCase_SupportsInstallActionTest < Test::Unit::TestCase - def test_create - assert_kind_of SupportsActionTest, SupportsActionTest.new(InstallAction) - end - end - - class TestCase_SupportsInstallActionTest < Test::Unit::TestCase - def test_create - assert_kind_of SupportsActionTest, SupportsActionTest.new(InstallAction) - end - end - class TestCase_FetchActionOptions < Test::Unit::TestCase def test_create assert_kind_of FetchActionOptions, FetchActionOptions.new(false, false, false) |