We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
rake
1 parent 9e22d6f commit 1a0a169Copy full SHA for 1a0a169
test/rubygems/test_gem_installer.rb
@@ -1247,7 +1247,7 @@ def test_install_does_not_leave_lockfile_for_binstub
1247
end
1248
1249
assert_raise(Gem::Ext::BuildError) do
1250
- installer.install
+ build_rake_in {installer.install}
1251
1252
1253
assert_path_not_exist(File.join(installer.bin_dir, "executable.lock"))
0 commit comments