global

def after_each(example)

def after_each(example)
  return unless test_construct_enabled?(example)
  options = test_construct_options(example)
  teardown_construct(
    example.metadata[:construct],
    example.exception,
    options)
end