Flowdock
method

after_all_parts

Importance_0
RSpec latest stable (1.3.1) - 0 notes - Class: Spec::Example::ExampleGroupHierarchy
after_all_parts() public

No documentation

This method has no description. You can help the RSpec community by adding new notes.

Hide source
# File lib/spec/example/example_group_hierarchy.rb, line 40
      def after_all_parts
        @after_all_parts ||= reverse.collect {|klass| klass.after_all_parts}.flatten
      end
Register or log in to add new notes.