method

after_parts

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