summaryrefslogtreecommitdiff
path: root/spec/bundler
diff options
context:
space:
mode:
authorKazuhiro NISHIYAMA <zn@mbf.nifty.com>2019-08-17 13:57:12 +0900
committerKazuhiro NISHIYAMA <zn@mbf.nifty.com>2019-08-17 13:57:12 +0900
commitccbfb054b1dcd06d30924c4a83af1bac75d78c31 (patch)
treecc9c19bd2dd7f5fe7c180284dc58df54abf5f128 /spec/bundler
parent2468466a1ae45944238901b532646a6cf3385815 (diff)
Fix typos
Diffstat (limited to 'spec/bundler')
-rw-r--r--spec/bundler/other/major_deprecation_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/bundler/other/major_deprecation_spec.rb b/spec/bundler/other/major_deprecation_spec.rb
index 260a2cc55b..2a819c907c 100644
--- a/spec/bundler/other/major_deprecation_spec.rb
+++ b/spec/bundler/other/major_deprecation_spec.rb
@@ -288,7 +288,7 @@ RSpec.describe "major deprecations" do
it "should print a deprecation warning", :bundler => "2" do
expect(deprecations).to include(
"The `#{flag_name}` flag is deprecated because it relies on " \
- "being remembered accross bundler invokations, which bundler " \
+ "being remembered across bundler invokations, which bundler " \
"will no longer do in future versions. Instead please use " \
"`bundle config #{name} '#{value}'`, and stop using this flag"
)