Method: AggregateAssertions::EachTest#capture_exceptions

Defined in:
lib/aggregate_assertions/each_test.rb

#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