Fix missing assertion in test/t/class.rb

This commit is contained in:
KOBAYASHI Shuji
2019-03-02 18:55:02 +09:00
parent ad45f51caf
commit 729ab86d49
+1 -1
View File
@@ -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