1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Merge Bundler 2.1.0.pre.1 as developed version from upstream.

a53709556b

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67539 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
hsbt 2019-04-14 06:01:35 +00:00
parent d636809c05
commit 68ddd4d300
290 changed files with 5820 additions and 6161 deletions

View file

@ -1,15 +1,6 @@
# frozen_string_literal: true
RSpec.describe "bundle help" do
# RubyGems 1.4+ no longer load gem plugins so this test is no longer needed
it "complains if older versions of bundler are installed", :rubygems => "< 1.4" do
system_gems "bundler-0.8.1"
bundle "help"
expect(err).to include("older than 0.9")
expect(err).to include("running `gem cleanup bundler`.")
end
it "uses mann when available" do
with_fake_man do
bundle "help gemfile"
@ -81,7 +72,7 @@ RSpec.describe "bundle help" do
with_fake_man do
bundle "instill -h"
end
expect(out).to include('Could not find command "instill".')
expect(err).to include('Could not find command "instill".')
end
it "is called when only using the --help flag" do