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