summaryrefslogtreecommitdiff
path: root/spec/realworld
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-03-21 10:50:00 +0100
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2019-03-30 07:04:47 +0100
commit0bc4970769f178e80a0ad149c433e25262e47bf5 (patch)
tree0cbe2d3d726b0a1d135ccad71869e5e9cb111e6b /spec/realworld
parent52e329f4385b73923a343e413cd36f7323448e6d (diff)
downloadbundler-0bc4970769f178e80a0ad149c433e25262e47bf5.tar.gz
Always pass the `--all` flag when neededremove_bundle_update_deprecations
Diffstat (limited to 'spec/realworld')
-rw-r--r--spec/realworld/parallel_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/realworld/parallel_spec.rb b/spec/realworld/parallel_spec.rb
index ebb7987e0b..7738b46aac 100644
--- a/spec/realworld/parallel_spec.rb
+++ b/spec/realworld/parallel_spec.rb
@@ -34,7 +34,7 @@ RSpec.describe "parallel", :realworld => true, :sometimes => true do
gem 'i18n', '~> 0.6.0' # Because 0.7+ requires Ruby 1.9.3+
G
- bundle :update, :jobs => 4, :env => { "DEBUG" => "1" }, :all => bundle_update_requires_all?
+ bundle :update, :jobs => 4, :env => { "DEBUG" => "1" }, :all => true
expect(out).to match(/[1-3]: /)