提交 e81453ef 编写于 作者: A Aaron Patterson

need to call super

上级 8121eefc
......@@ -17,6 +17,7 @@ def test_application_can_be_subclassed
attr_reader :hello
def initialize
@hello = "world"
super
end
end
assert_equal "world", klass.instance.hello
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册