diff options
-rw-r--r-- | test/rubygems/test_gem_commands_environment_command.rb | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -3,7 +3,6 @@ require 'rubygems/test_case' require 'rubygems/commands/environment_command' class TestGemCommandsEnvironmentCommand < Gem::TestCase - def setup super @@ -141,5 +140,4 @@ class TestGemCommandsEnvironmentCommand < Gem::TestCase assert_equal "#{Gem.platforms.join File::PATH_SEPARATOR}\n", @ui.output assert_equal '', @ui.error end - end |