diff options
| author | David RodrÃguez <deivid.rodriguez@riseup.net> | 2024-10-21 19:08:58 +0200 |
|---|---|---|
| committer | git <svn-admin@ruby-lang.org> | 2024-10-23 08:53:17 +0000 |
| commit | 88b969cd19d48d3d20f2a3cd0cbf6d97e46636fc (patch) | |
| tree | 980a0947f1523fcbd356f46412a903073cad9d38 | |
| parent | b843d4ee148c70a77b992291e226d23dc981368b (diff) | |
[rubygems/rubygems] Fix out of date spec description
https://github.com/rubygems/rubygems/commit/71fd896041
| -rw-r--r-- | spec/bundler/commands/install_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/bundler/commands/install_spec.rb b/spec/bundler/commands/install_spec.rb index e8678187d0..1dcac7ce8a 100644 --- a/spec/bundler/commands/install_spec.rb +++ b/spec/bundler/commands/install_spec.rb @@ -1067,7 +1067,7 @@ RSpec.describe "bundle install with gem sources" do G end - it "should display a proper message to explain the problem" do + it "should still work" do bundle "config set --local path vendor" bundle :install expect(out).to include("Bundle complete!") |
