1
0
Fork 0
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:
Peter Zhu 2020-05-07 17:05:46 -04:00 committed by Hiroshi SHIBATA
parent 427eb2b93f
commit ce91c5615c
Notes: git 2020-05-08 07:46:55 +09:00

View file

@ -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