method
after_parts
after_parts(*args)
private
Hide source
# 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