global

def before_each(example)

def before_each(example)
  return unless test_construct_enabled?(example)
  options = test_construct_options(example)
  example.metadata[:construct] = setup_construct(options)
end