Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/jruby/test_jar_complete.rb
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit e4ac257

Please sign in to comment.