diff options
| author | David RodrÃguez <2887858+deivid-rodriguez@users.noreply.github.com> | 2025-09-09 14:37:16 +0200 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2025-09-11 11:54:49 +0900 |
| commit | 4febdbc418e14fc73c18321301a78b34cbadb510 (patch) | |
| tree | f029788c63e52d0c1197de00d1dd16dad45ba157 | |
| parent | ecd1284bf246ae739890d154706f4f533bc8d77e (diff) | |
[rubygems/rubygems] Remove spec originally meant to test remembering CLI flags
https://github.com/rubygems/rubygems/commit/4919e5ca53
| -rw-r--r-- | spec/bundler/cache/path_spec.rb | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/spec/bundler/cache/path_spec.rb b/spec/bundler/cache/path_spec.rb index d0b724c886..2a64397417 100644 --- a/spec/bundler/cache/path_spec.rb +++ b/spec/bundler/cache/path_spec.rb @@ -122,26 +122,4 @@ RSpec.describe "bundle cache with path" do expect(err).to be_empty expect(bundled_app("vendor/cache/foo-1.0")).to exist end - - it "stores the given flag" do - build_lib "foo" - - install_gemfile <<-G - source "https://gem.repo1" - gem "foo", :path => '#{lib_path("foo-1.0")}' - G - - bundle "config set cache_all true" - bundle :cache - build_lib "bar" - - install_gemfile <<-G - source "https://gem.repo1" - gem "foo", :path => '#{lib_path("foo-1.0")}' - gem "bar", :path => '#{lib_path("bar-1.0")}' - G - - bundle :cache - expect(bundled_app("vendor/cache/bar-1.0")).to exist - end end |
