mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fix typos [ci skip]
This commit is contained in:
parent
09dd9d8e5d
commit
ce62850334
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue