We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 573ffad commit 4919e5cCopy full SHA for 4919e5c
bundler/spec/cache/path_spec.rb
@@ -122,26 +122,4 @@
122
expect(err).to be_empty
123
expect(bundled_app("vendor/cache/foo-1.0")).to exist
124
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
139
140
141
- gem "bar", :path => '#{lib_path("bar-1.0")}'
142
143
144
145
- expect(bundled_app("vendor/cache/bar-1.0")).to exist
146
- end
147
0 commit comments