diff options
-rw-r--r-- | spec/bundler/commands/clean_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -427,7 +427,7 @@ RSpec.describe "bundle clean" do should_not_have_gems "foo-1.0" end - it "automatically cleans when path has not been set", bundler: "3" do build_repo2 install_gemfile <<-G |