Skip to content

Commit

Permalink
Use updated bundle DSL
Browse files Browse the repository at this point in the history
  • Loading branch information
gjtorikian committed Sep 16, 2020
1 parent 2821205 commit 1ddf6f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bundler/spec/update/gems/fund_spec.rb
Expand Up @@ -10,9 +10,9 @@
gem 'has_funding', '< 2.0'
G

bundle! "config set #{config}" if config
bundle "config set #{config}" if config

bundle! :install
bundle :install
end

shared_examples "a fund message outputter" do
Expand All @@ -29,7 +29,7 @@
gem 'has_funding'
G

bundle! :update, :all => true
bundle :update, :all => true
end

it_behaves_like "a fund message outputter"
Expand Down

0 comments on commit 1ddf6f2

Please sign in to comment.