Skip to content

Commit

Permalink
[rubygems/rubygems] Remove kludge that should be unnecessary.
Browse files Browse the repository at this point in the history
  • Loading branch information
duckinator authored and hsbt committed Nov 8, 2023
1 parent 55840d0 commit acd428c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/rubygems/test_gem_install_update_options.rb
Expand Up @@ -151,7 +151,7 @@ def test_user_install_disabled_read_only

Gem.use_paths @gemhome, @userhome

assert_raise(Gem::FilePermissionError, Errno::EACCES) do
assert_raise(Gem::FilePermissionError) do
Gem::Installer.at(@gem, @cmd.options).install
end
end
Expand Down

0 comments on commit acd428c

Please sign in to comment.