method
after_suite_parts
1.2.0 -
Show latest stable
- Class:
Spec::Example::BeforeAndAfterHooks
after_suite_parts()public
No documentation available.
# File lib/spec/example/before_and_after_hooks.rb, line 9
def after_suite_parts
@after_suite_parts ||= []
end