From 7d354175d7dcabc317030194f503d69a8a7892f5 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Wed, 18 Sep 2019 17:39:51 +0900 Subject: [PATCH] Fixed up ccbfb054b1dcd06d30924c4a83af1bac75d78c31 --- spec/bundler/other/major_deprecation_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/bundler/other/major_deprecation_spec.rb b/spec/bundler/other/major_deprecation_spec.rb index 14a2e0e10f..74f28b94f9 100644 --- a/spec/bundler/other/major_deprecation_spec.rb +++ b/spec/bundler/other/major_deprecation_spec.rb @@ -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" )