Skip to content

Commit

Permalink
Update test/test_bundled_gems.rb
Browse files Browse the repository at this point in the history
Co-authored-by: Nobuyoshi Nakada <nobu@ruby-lang.org>
  • Loading branch information
hsbt and nobu authored Jul 11, 2023
1 parent 7ccf9db commit d6733af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_bundled_gems.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def test_bundled_gems_in_load_path
Gem.bundled_gems.each do |name, version|
next if ["nkf", "syslog"].include?(name)
assert_include $LOAD_PATH.join(":"), "#{name}-#{version}/lib"
assert_include $LOAD_PATH, "#{name}-#{version}/lib"
end
assert_include $LOAD_PATH.join(":"), "rexml-3.2.5/lib"
Expand Down

0 comments on commit d6733af

Please sign in to comment.