This commit is contained in:
Kazuhiro NISHIYAMA 2020-10-19 13:20:34 +09:00
Родитель 09dd9d8e5d
Коммит ce62850334
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 262ED8DBB4222F7A
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -1313,7 +1313,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.

Просмотреть файл

@ -94,7 +94,7 @@ describe "ObjectSpace.define_finalizer" do
ruby_exe(code, :args => "2>&1").should include("warning: finalizer references object to be finalized\n")
end
it "warns if the finalizer was a block in the reciever" do
it "warns if the finalizer was a block in the receiver" do
code = <<-RUBY
class CapturesSelf
def initialize