mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fix typo in test name
This commit is contained in:
parent
427eb2b93f
commit
ce91c5615c
Notes:
git
2020-05-08 07:46:55 +09:00
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ class TestDefined < Test::Unit::TestCase
|
|||
return !defined?(yield)
|
||||
end
|
||||
|
||||
def test_defined_gloval_variable
|
||||
def test_defined_global_variable
|
||||
$x = nil
|
||||
|
||||
assert(defined?($x)) # global variable
|
||||
|
|
Loading…
Add table
Reference in a new issue