aboutsummaryrefslogtreecommitdiffstats
path: root/spec/bundler
diff options
context:
space:
mode:
authorKazuhiro NISHIYAMA <zn@mbf.nifty.com>2020-12-21 10:54:24 +0900
committerKazuhiro NISHIYAMA <zn@mbf.nifty.com>2020-12-21 10:54:24 +0900
commit63849a1cd98c7ae3a7d6af3f69814f01dfae25ea (patch)
treed3a019abf0d2ca055e1fed74b17ebe081ffa17f0 /spec/bundler
parent5253b9579a129f66a768dae24bd50a95bab02841 (diff)
downloadruby-63849a1cd98c7ae3a7d6af3f69814f01dfae25ea.tar.gz
Fix misspellings [ci skip]
Diffstat (limited to 'spec/bundler')
-rw-r--r--spec/bundler/runtime/inline_spec.rb2
-rw-r--r--spec/bundler/runtime/setup_spec.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/spec/bundler/runtime/inline_spec.rb b/spec/bundler/runtime/inline_spec.rb
index fadf3eb989..b46da20096 100644
--- a/spec/bundler/runtime/inline_spec.rb
+++ b/spec/bundler/runtime/inline_spec.rb
@@ -383,7 +383,7 @@ RSpec.describe "bundler/inline#gemfile" do
realworld_system_gems "fileutils --version 1.4.1"
- realworld_system_gems "fiddle" # not sure why, but this is needed on Windows to boot rubygems succesfully
+ realworld_system_gems "fiddle" # not sure why, but this is needed on Windows to boot rubygems successfully
realworld_system_gems "timeout uri" # this spec uses net/http which requires these default gems
diff --git a/spec/bundler/runtime/setup_spec.rb b/spec/bundler/runtime/setup_spec.rb
index 6b47878944..ead826c4e6 100644
--- a/spec/bundler/runtime/setup_spec.rb
+++ b/spec/bundler/runtime/setup_spec.rb
@@ -1316,7 +1316,7 @@ end
expect(out).to eq("The Gemfile's dependencies are satisfied")
end
- # bundler respects paths specified direclty in RUBYLIB or RUBYOPT, and
+ # bundler respects paths specified directly in RUBYLIB or RUBYOPT, and
# that happens when running ruby from the ruby-core setup. To
# workaround, we manually remove those for these tests when they would
# override the default gem.