method
run_after_all
1.3.0 -
Show latest stable
- Class:
Spec::Example::ExampleGroupHierarchy
run_after_all(example)public
No documentation available.
# File lib/spec/example/example_group_hierarchy.rb, line 24
def run_after_all(example)
example.eval_each_fail_slow(after_all_parts)
end