Skip to content

Commit 1a22281

Browse files
committed
1 parent 1d07deb commit 1a22281

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/bundler/install/global_cache_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ def source2_global_cache(*segments)
275275
R
276276
expect(out).to eq "VERY_SIMPLE_BINARY_IN_C\nVERY_SIMPLE_GIT_BINARY_IN_C"
277277

278-
FileUtils.rm_r Dir[home(".bundle", "cache", "extensions", "**", "*binary_c*")]
278+
FileUtils.rm_rf Dir[home(".bundle", "cache", "extensions", "**", "*binary_c*")]
279279

280280
gem_binary_cache.join("very_simple_binary_c.rb").open("w") {|f| f << "puts File.basename(__FILE__)" }
281281
git_binary_cache.join("very_simple_git_binary_c.rb").open("w") {|f| f << "puts File.basename(__FILE__)" }

0 commit comments

Comments
 (0)