mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fixed up ccbfb054b1
This commit is contained in:
parent
ba86353446
commit
7d354175d7
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue