diff options
Diffstat (limited to 'spec/bundler/update/redownload_spec.rb')
-rw-r--r-- | spec/bundler/update/redownload_spec.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/bundler/update/redownload_spec.rb b/spec/bundler/update/redownload_spec.rb index 66437fb938..6f99a0c214 100644 --- a/spec/bundler/update/redownload_spec.rb +++ b/spec/bundler/update/redownload_spec.rb @@ -9,12 +9,12 @@ RSpec.describe "bundle update" do end describe "with --force" do - it "shows a deprecation when single flag passed", bundler: 2 do + it "shows a deprecation when single flag passed", bundler: "2" do bundle "update myrack --force" expect(err).to include "[DEPRECATED] The `--force` option has been renamed to `--redownload`" end - it "shows a deprecation when multiple flags passed", bundler: 2 do + it "shows a deprecation when multiple flags passed", bundler: "2" do bundle "update myrack --no-color --force" expect(err).to include "[DEPRECATED] The `--force` option has been renamed to `--redownload`" end |