summaryrefslogtreecommitdiff
path: root/spec/bundler/cache/path_spec.rb
diff options
context:
space:
mode:
-rw-r--r--spec/bundler/cache/path_spec.rb2
1 files changed, 1 insertions, 1 deletions
@@ -110,7 +110,7 @@ RSpec.describe "bundle cache with path" do
expect(bundled_app("vendor/cache/foo-1.0")).not_to exist
end
- it "caches path gems by default", bundler: "3" do
build_lib "foo"
install_gemfile <<-G