diff options
author | David RodrÃguez <deivid.rodriguez@riseup.net> | 2019-02-19 10:50:03 +0100 |
---|---|---|
committer | David RodrÃguez <deivid.rodriguez@riseup.net> | 2019-02-19 17:21:11 +0100 |
commit | 42ca30343dbce29ba618d3cefda89f359406eb9c (patch) | |
tree | ca71d061e451fddda06cb0d1417a375798e022e6 /spec/commands/open_spec.rb | |
parent | 5dc368b07c407702a485ed53d8fd8a8ab40fa9ef (diff) | |
download | bundler-42ca30343dbce29ba618d3cefda89f359406eb9c.tar.gz |
Use newest interface to `bundle config` everywhere
Diffstat (limited to 'spec/commands/open_spec.rb')
-rw-r--r-- | spec/commands/open_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/commands/open_spec.rb b/spec/commands/open_spec.rb index ae288b4b9c..659445da33 100644 --- a/spec/commands/open_spec.rb +++ b/spec/commands/open_spec.rb @@ -80,7 +80,7 @@ RSpec.describe "bundle open" do gem "foo" G - bundle "config auto_install 1" + bundle "config set auto_install 1" bundle "open rails", :env => { "EDITOR" => "echo editor", "VISUAL" => "", "BUNDLER_EDITOR" => "" } expect(out).to include("Installing foo 1.0") end |