Skip to content

Commit

Permalink
[rubygems/rubygems] Fix "instance variable not initialized" warning
Browse files Browse the repository at this point in the history
This variable had a typo (it's `@gemhome`), but the test is still
passing, so I assume it's not needed.

rubygems/rubygems@3b88642bdb
  • Loading branch information
deivid-rodriguez authored and hsbt committed May 28, 2021
1 parent 1f50500 commit a634ef5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/rubygems/test_gem_installer.rb
Expand Up @@ -740,7 +740,6 @@ def test_generate_bin_with_dangling_symlink

installer = Gem::Installer.at(
gem_with_dangling_symlink,
:install_dir => @gem_home,
:user_install => false,
:force => true
)
Expand Down

0 comments on commit a634ef5

Please sign in to comment.