Fix typo in test name
This commit is contained in:
parent
427eb2b93f
commit
ce91c5615c
Notes:
git
2025-04-09 13:49:37 +00:00
@ -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…
x
Reference in New Issue
Block a user