method
after_parts
1.1.12 -
Show latest stable
- Class:
Spec::Example::BeforeAndAfterHooks
after_parts(*args)private
No documentation available.
# File lib/spec/example/before_and_after_hooks.rb, line 89
def after_parts(*args)
case Spec::Example.scope_from(*args)
when :each; after_each_parts
when :all; after_all_parts
when :suite; after_suite_parts
end
end