diff options
| author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2025-10-15 13:39:32 +0900 |
|---|---|---|
| committer | git <svn-admin@ruby-lang.org> | 2025-10-15 07:15:49 +0000 |
| commit | c3e6e65591e881fd8816de79d00d4be73a4edf3f (patch) | |
| tree | 8694dc6958e207bba9766ab0aca723d14696546a | |
| parent | a60b56c33d0eb40d8ad9731fe8611f401923a11a (diff) | |
[rubygems/rubygems] Removed duplicated examples with bundle install
https://github.com/rubygems/rubygems/commit/59b909fa74
| -rw-r--r-- | spec/bundler/commands/install_spec.rb | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/spec/bundler/commands/install_spec.rb b/spec/bundler/commands/install_spec.rb index 65903b3e78..8506005746 100644 --- a/spec/bundler/commands/install_spec.rb +++ b/spec/bundler/commands/install_spec.rb @@ -327,21 +327,6 @@ RSpec.describe "bundle install with gem sources" do end end - describe "doing bundle install foo" do - before do - gemfile <<-G - source "https://gem.repo1" - gem "myrack" - G - end - - it "works" do - bundle "config set --local path vendor" - bundle "install" - expect(the_bundle).to include_gems "myrack 1.0" - end - end - it "gives useful errors if no global sources are set, and gems not installed locally, with and without a lockfile" do install_gemfile <<-G, raise_on_error: false gem "myrack" |
