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, 1 insertions, 1 deletions
diff --git a/test/rubygems/test_gem_resolver_local_specification.rb b/test/rubygems/test_gem_resolver_local_specification.rb
index 9533721243..c11f736128 100644
--- a/test/rubygems/test_gem_resolver_local_specification.rb
+++ b/test/rubygems/test_gem_resolver_local_specification.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
-require_relative 'test_case'
+require_relative 'helper'
require 'rubygems/available_set'
class TestGemResolverLocalSpecification < Gem::TestCase