mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fixed misspellings
Fixed misspellings reported at [Bug #16437], only in ruby and rubyspec.
This commit is contained in:
parent
2898367b3a
commit
db16629008
45 changed files with 79 additions and 79 deletions
2
spec/ruby/core/env/delete_spec.rb
vendored
2
spec/ruby/core/env/delete_spec.rb
vendored
|
@ -30,7 +30,7 @@ describe "ENV.delete" do
|
|||
ScratchPad.recorded.should == "foo"
|
||||
end
|
||||
|
||||
it "does not evaluate the block if the envirionment variable exists" do
|
||||
it "does not evaluate the block if the environment variable exists" do
|
||||
ENV["foo"] = "bar"
|
||||
ENV.delete("foo") { |name| fail "Should not happen" }
|
||||
ENV["foo"].should == nil
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue