1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
This commit is contained in:
Hiroshi SHIBATA 2019-09-18 17:39:51 +09:00
parent ba86353446
commit 7d354175d7
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2

View file

@ -108,7 +108,7 @@ RSpec.describe "major deprecations" do
it "should print a deprecation warning", :bundler => "2" do
expect(deprecations).to include(
"The `--path` flag is deprecated because it relies on being " \
"remembered accross bundler invokations, which bundler will no " \
"remembered across bundler invokations, which bundler will no " \
"longer do in future versions. Instead please use `bundle config set " \
"path 'vendor/bundle'`, and stop using this flag"
)