Skip to content

Commit

Permalink
[test] ubygems.rb was removed from RGs + no need to require 'rubygems'
Browse files Browse the repository at this point in the history
  • Loading branch information
kares committed Apr 16, 2018
1 parent 5560cd1 commit e4ac257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/jruby/test_jar_complete.rb
Expand Up @@ -69,7 +69,7 @@ def test_complete_jar
end

def test_rubygems_home
gem_dir = jruby_complete("-rubygems -e 'puts Gem.dir'").chomp
gem_dir = jruby_complete("-e 'puts Gem.dir'").chomp
assert_equal 'uri:classloader:/META-INF/jruby.home/lib/ruby/gems/shared', gem_dir
end

Expand Down

0 comments on commit e4ac257

Please sign in to comment.