summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorKazuhiro NISHIYAMA <zn@mbf.nifty.com>2020-09-17 20:34:59 +0900
committerKazuhiro NISHIYAMA <zn@mbf.nifty.com>2020-09-17 20:34:59 +0900
commite4dbb91f4cb202b09a2382f322cd66cdc22df348 (patch)
tree7b468c6158459c01ac605c86425eff80d5dd73c6 /spec
parent63a4f2f93f25b5ad227183c0a46e342572ee08b8 (diff)
Fix typos [ci skip]
s/overriden/overridden/
Diffstat (limited to 'spec')
-rw-r--r--spec/bundler/commands/pristine_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/bundler/commands/pristine_spec.rb b/spec/bundler/commands/pristine_spec.rb
index 20958ef338..6978f302c1 100644
--- a/spec/bundler/commands/pristine_spec.rb
+++ b/spec/bundler/commands/pristine_spec.rb
@@ -93,7 +93,7 @@ RSpec.describe "bundle pristine", :ruby_repo do
bundle "pristine"
expect(changes_txt).to be_file
- expect(err).to include("Cannot pristine #{spec.name} (#{spec.version}#{spec.git_version}). Gem is locally overriden.")
+ expect(err).to include("Cannot pristine #{spec.name} (#{spec.version}#{spec.git_version}). Gem is locally overridden.")
end
end