Minitest::Spec
end
runs 2 specs # runs 3 tests
The specs generate:
# File minitest-5.14.2/design_rationale.rb, line 30 def setup super do_some_setup end
# File minitest-5.14.2/design_rationale.rb, line 35 def test_should_do_the_first_thing assert_equal 1, 1 end
This page was generated for Ruby 3.0.2
Ruby-doc.org is provided by James Britt and Neurogami. Maximum R+D.
Generated with Ruby-doc Rdoc Generator 0.42.0.