Fix typos [ci skip]
This commit is contained in:
parent
09dd9d8e5d
commit
ce62850334
@ -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…
x
Reference in New Issue
Block a user