Unverified Commit 83a1df37 authored by Yukihiro "Matz" Matsumoto's avatar Yukihiro "Matz" Matsumoto Committed by GitHub

Merge pull request #4309 from shuujii/fix-missing-assertion-in-test-t-class.rb

Fix missing assertion in `test/t/class.rb`
parents ad45f51c 729ab86d
......@@ -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