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 2025-04-09 13:49:37 +00: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