Skip to content

Commit 7d2beae

Browse files
andyw8vinistock
andauthored
Update test/setup_bundler_test.rb
Co-authored-by: Vinicius Stock <[email protected]>
1 parent 8dc23d1 commit 7d2beae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/setup_bundler_test.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def test_creates_custom_bundle_for_a_rails_app
9494
assert_match("ruby-lsp-rails", File.read(".ruby-lsp/Gemfile"))
9595
ensure
9696
FileUtils.rm_r(".ruby-lsp") if Dir.exist?(".ruby-lsp")
97-
FileUtils.rm_rf("config") if Dir.exist?("config")
97+
FileUtils.rm_r("config") if Dir.exist?("config")
9898
end
9999

100100
def test_changing_lockfile_causes_custom_bundle_to_be_rebuilt

0 commit comments

Comments
 (0)