|
209 | 209 | expect(deprecations).to include("Using the `config` command without a subcommand [list, get, set, unset] is deprecated and will be removed in the future. Use `bundle config list` instead.")
|
210 | 210 | end
|
211 | 211 |
|
212 |
| - pending "fails with a helpful error", bundler: "4" |
| 212 | + pending "fails with a helpful error", bundler: "5" |
213 | 213 | end
|
214 | 214 |
|
215 | 215 | describe "old get interface" do
|
|
221 | 221 | expect(deprecations).to include("Using the `config` command without a subcommand [list, get, set, unset] is deprecated and will be removed in the future. Use `bundle config get waka` instead.")
|
222 | 222 | end
|
223 | 223 |
|
224 |
| - pending "fails with a helpful error", bundler: "4" |
| 224 | + pending "fails with a helpful error", bundler: "5" |
225 | 225 | end
|
226 | 226 |
|
227 | 227 | describe "old set interface" do
|
|
233 | 233 | expect(deprecations).to include("Using the `config` command without a subcommand [list, get, set, unset] is deprecated and will be removed in the future. Use `bundle config set waka wakapun` instead.")
|
234 | 234 | end
|
235 | 235 |
|
236 |
| - pending "fails with a helpful error", bundler: "4" |
| 236 | + pending "fails with a helpful error", bundler: "5" |
237 | 237 | end
|
238 | 238 |
|
239 | 239 | describe "old set interface with --local" do
|
|
245 | 245 | expect(deprecations).to include("Using the `config` command without a subcommand [list, get, set, unset] is deprecated and will be removed in the future. Use `bundle config set --local waka wakapun` instead.")
|
246 | 246 | end
|
247 | 247 |
|
248 |
| - pending "fails with a helpful error", bundler: "4" |
| 248 | + pending "fails with a helpful error", bundler: "5" |
249 | 249 | end
|
250 | 250 |
|
251 | 251 | describe "old set interface with --global" do
|
|
257 | 257 | expect(deprecations).to include("Using the `config` command without a subcommand [list, get, set, unset] is deprecated and will be removed in the future. Use `bundle config set --global waka wakapun` instead.")
|
258 | 258 | end
|
259 | 259 |
|
260 |
| - pending "fails with a helpful error", bundler: "4" |
| 260 | + pending "fails with a helpful error", bundler: "5" |
261 | 261 | end
|
262 | 262 |
|
263 | 263 | describe "old unset interface" do
|
|
269 | 269 | expect(deprecations).to include("Using the `config` command without a subcommand [list, get, set, unset] is deprecated and will be removed in the future. Use `bundle config unset waka` instead.")
|
270 | 270 | end
|
271 | 271 |
|
272 |
| - pending "fails with a helpful error", bundler: "4" |
| 272 | + pending "fails with a helpful error", bundler: "5" |
273 | 273 | end
|
274 | 274 |
|
275 | 275 | describe "old unset interface with --local" do
|
|
281 | 281 | expect(deprecations).to include("Using the `config` command without a subcommand [list, get, set, unset] is deprecated and will be removed in the future. Use `bundle config unset --local waka` instead.")
|
282 | 282 | end
|
283 | 283 |
|
284 |
| - pending "fails with a helpful error", bundler: "4" |
| 284 | + pending "fails with a helpful error", bundler: "5" |
285 | 285 | end
|
286 | 286 |
|
287 | 287 | describe "old unset interface with --global" do
|
|
293 | 293 | expect(deprecations).to include("Using the `config` command without a subcommand [list, get, set, unset] is deprecated and will be removed in the future. Use `bundle config unset --global waka` instead.")
|
294 | 294 | end
|
295 | 295 |
|
296 |
| - pending "fails with a helpful error", bundler: "4" |
| 296 | + pending "fails with a helpful error", bundler: "5" |
297 | 297 | end
|
298 | 298 | end
|
299 | 299 |
|
|
310 | 310 | expect(deprecations).to include("Pass --all to `bundle update` to update everything")
|
311 | 311 | end
|
312 | 312 |
|
313 |
| - pending "fails with a helpful error when no options are given", bundler: "4" |
| 313 | + pending "fails with a helpful error when no options are given", bundler: "5" |
314 | 314 |
|
315 | 315 | it "does not warn when --all is passed" do
|
316 | 316 | bundle "update --all"
|
|
0 commit comments