Commit 729ab86d authored by KOBAYASHI Shuji's avatar KOBAYASHI Shuji

Fix missing assertion in `test/t/class.rb`

parent ad45f51c
......@@ -365,7 +365,7 @@ assert('clone Class') do
end
end
Foo.clone.new.func
assert_true(Foo.clone.new.func)
end
assert('class variable and class << self style class method') do
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment