method

run_after_each

rspec latest stable - Class: Spec::Example::ExampleGroupMethods

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (1.1.12) is shown here.

run_after_each(example)
public

No documentation available.

# File lib/spec/example/example_group_methods.rb, line 253
      def run_after_each(example)
        example_group_hierarchy.reverse.each do |example_group_class|
          example.eval_each_fail_slow(example_group_class.after_each_parts)
        end
      end