Skip to content

Commit

Permalink
Fixed up ccbfb05
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Sep 18, 2019
1 parent ba86353 commit 7d35417
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/bundler/other/major_deprecation_spec.rb
Expand Up @@ -108,7 +108,7 @@
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"
)
Expand Down

0 comments on commit 7d35417

Please sign in to comment.