Module: AggregateAssertions::EachTest
- Defined in:
- lib/aggregate_assertions/each_test.rb
Overview
Aggregate assertions for all test cases in a Minitest::Test class.
Instance Method Summary collapse
Instance Method Details
#capture_exceptions(&block) ⇒ Object
8 9 10 11 12 |
# File 'lib/aggregate_assertions/each_test.rb', line 8 def capture_exceptions(&block) super do AssertionAggregator.wrap(&block) end end |