aboutsummaryrefslogtreecommitdiffstats
path: root/test/rubygems/test_gem_resolver_installed_specification.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/rubygems/test_gem_resolver_installed_specification.rb')
-rw-r--r--test/rubygems/test_gem_resolver_installed_specification.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/rubygems/test_gem_resolver_installed_specification.rb b/test/rubygems/test_gem_resolver_installed_specification.rb
index e9422b75f8..b102f98d00 100644
--- a/test/rubygems/test_gem_resolver_installed_specification.rb
+++ b/test/rubygems/test_gem_resolver_installed_specification.rb
@@ -2,7 +2,6 @@
require 'rubygems/test_case'
class TestGemResolverInstalledSpecification < Gem::TestCase
-
def setup
super
@@ -44,5 +43,4 @@ class TestGemResolverInstalledSpecification < Gem::TestCase
assert b_spec.installable_platform?
end
-
end