summaryrefslogtreecommitdiff
path: root/test/rubygems/test_gem_commands_pristine_command.rb
diff options
context:
space:
mode:
-rw-r--r--test/rubygems/test_gem_commands_pristine_command.rb2
1 files changed, 0 insertions, 2 deletions
@@ -3,7 +3,6 @@ require 'rubygems/test_case'
require 'rubygems/commands/pristine_command'
class TestGemCommandsPristineCommand < Gem::TestCase
-
def setup
super
common_installer_setup
@@ -656,5 +655,4 @@ class TestGemCommandsPristineCommand < Gem::TestCase
assert @cmd.options[:extensions]
assert @cmd.options[:extensions_set]
end
-
end