summaryrefslogtreecommitdiff
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, 2 insertions, 0 deletions
diff --git a/test/rubygems/test_gem_resolver_installed_specification.rb b/test/rubygems/test_gem_resolver_installed_specification.rb
index b102f98d00..e9422b75f8 100644
--- a/test/rubygems/test_gem_resolver_installed_specification.rb
+++ b/test/rubygems/test_gem_resolver_installed_specification.rb
@@ -2,6 +2,7 @@
require 'rubygems/test_case'
class TestGemResolverInstalledSpecification < Gem::TestCase
+
def setup
super
@@ -43,4 +44,5 @@ class TestGemResolverInstalledSpecification < Gem::TestCase
assert b_spec.installable_platform?
end
+
end