summaryrefslogtreecommitdiff
path: root/spec/bundler/commands/doctor_spec.rb
diff options
context:
space:
mode:
authorEllen Marie Dash <me@duckie.co>2023-09-30 00:30:05 -0400
committergit <svn-admin@ruby-lang.org>2023-10-11 19:07:28 +0000
commit28a6c4a1ad4935e1a0af7904e17733555988b88a (patch)
tree893e2bbc08c2a1fc162bfdabf59a47a8601c5ba1 /spec/bundler/commands/doctor_spec.rb
parentc83f8ad8671afbd8e9ae70c2c4e69a80c6a96d67 (diff)
[rubygems/rubygems] Update incorrect comments.
https://github.com/rubygems/rubygems/commit/6b21f593f3
Diffstat (limited to 'spec/bundler/commands/doctor_spec.rb')
-rw-r--r--spec/bundler/commands/doctor_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/bundler/commands/doctor_spec.rb b/spec/bundler/commands/doctor_spec.rb
index 9eb496b0b2..666b23a141 100644
--- a/spec/bundler/commands/doctor_spec.rb
+++ b/spec/bundler/commands/doctor_spec.rb
@@ -39,7 +39,7 @@ RSpec.describe "bundle doctor" do
allow(File).to receive(:writable?).with(unwritable_file) { true }
allow(File).to receive(:readable?).with(unwritable_file) { true }
- # The following 2 lines are for `Gem::PathSupport#initialize`.
+ # The following lines are for `Gem::PathSupport#initialize`.
allow(File).to receive(:exist?).with(Gem.default_dir)
allow(File).to receive(:writable?).with(Gem.default_dir)
allow(File).to receive(:writable?).with(File.expand_path("..", Gem.default_dir))