Skip to content

Commit 38575d4

Browse files
committed
Skip extra slash test on 1.8.7 due to @d0eb6aed
1 parent e6d4dc3 commit 38575d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/rubygems/test_gem_package.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,7 @@ def test_install_location_absolute
335335
end
336336

337337
def test_install_location_extra_slash
338+
skip 'no File.realpath on 1.8' if RUBY_VERSION < '1.9'
338339
package = Gem::Package.new @gem
339340

340341
file = 'foo//file.rb'

0 commit comments

Comments
 (0)