类 SubThingySpec

公共实例方法

setup() 点击切换源代码
调用超类方法 ThingySpec#setup
# File minitest-5.25.4/design_rationale.rb, line 41
def setup
  super
  do_more_setup
end
test_should_do_the_second_thing() 点击切换源代码
# File minitest-5.25.4/design_rationale.rb, line 49
def test_should_do_the_second_thing
  assert_equal 2, 2
end