aboutsummaryrefslogtreecommitdiffstats
path: root/test/rubygems
diff options
context:
space:
mode:
Diffstat (limited to 'test/rubygems')
-rw-r--r--test/rubygems/test_gem_specification.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rubygems/test_gem_specification.rb b/test/rubygems/test_gem_specification.rb
index 146e249381..dd626d9292 100644
--- a/test/rubygems/test_gem_specification.rb
+++ b/test/rubygems/test_gem_specification.rb
@@ -1820,7 +1820,7 @@ dependencies: []
@ext.require_paths = 'lib'
- assert_equal ['/foo/ext-1', 'lib'], @ext.require_paths
+ assert_equal [File.expand_path('/foo/ext-1'), 'lib'], @ext.require_paths
end
ensure
class << Gem