diff options
| -rw-r--r-- | spec/bundler/commands/cache_spec.rb | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/spec/bundler/commands/cache_spec.rb b/spec/bundler/commands/cache_spec.rb index 6e05ea4f6d..6fffc05e27 100644 --- a/spec/bundler/commands/cache_spec.rb +++ b/spec/bundler/commands/cache_spec.rb @@ -296,7 +296,21 @@ RSpec.describe "bundle cache" do source "https://gem.repo1" gem "myrack" G - bundle "install" + lockfile <<-L + GEM + remote: https://gem.repo1/ + specs: + myrack (1.0.0) + + PLATFORMS + #{lockfile_platforms} + + DEPENDENCIES + myrack + + BUNDLED WITH + #{Bundler::VERSION} + L end it "tries to install with frozen" do |
