Skip to content

Commit 4919e5c

Browse files
Remove spec originally meant to test remembering CLI flags
1 parent 573ffad commit 4919e5c

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

bundler/spec/cache/path_spec.rb

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -122,26 +122,4 @@
122122
expect(err).to be_empty
123123
expect(bundled_app("vendor/cache/foo-1.0")).to exist
124124
end
125-
126-
it "stores the given flag" do
127-
build_lib "foo"
128-
129-
install_gemfile <<-G
130-
source "https://gem.repo1"
131-
gem "foo", :path => '#{lib_path("foo-1.0")}'
132-
G
133-
134-
bundle "config set cache_all true"
135-
bundle :cache
136-
build_lib "bar"
137-
138-
install_gemfile <<-G
139-
source "https://gem.repo1"
140-
gem "foo", :path => '#{lib_path("foo-1.0")}'
141-
gem "bar", :path => '#{lib_path("bar-1.0")}'
142-
G
143-
144-
bundle :cache
145-
expect(bundled_app("vendor/cache/bar-1.0")).to exist
146-
end
147125
end

0 commit comments

Comments
 (0)