summaryrefslogtreecommitdiff
path: root/test/rubygems/test_gem_resolver_local_specification.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/rubygems/test_gem_resolver_local_specification.rb')
-rw-r--r--test/rubygems/test_gem_resolver_local_specification.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/rubygems/test_gem_resolver_local_specification.rb b/test/rubygems/test_gem_resolver_local_specification.rb
index 0dcc436b29..82598f5188 100644
--- a/test/rubygems/test_gem_resolver_local_specification.rb
+++ b/test/rubygems/test_gem_resolver_local_specification.rb
@@ -3,6 +3,7 @@ require 'rubygems/test_case'
require 'rubygems/available_set'
class TestGemResolverLocalSpecification < Gem::TestCase
+
def setup
super
@@ -40,4 +41,5 @@ class TestGemResolverLocalSpecification < Gem::TestCase
assert b_spec.installable_platform?
end
+
end