Flowdock
method

described_example_group_chain

Importance_0
described_example_group_chain() public

No documentation

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

Hide source
# File lib/spec/runner/formatter/nested_text_formatter.rb, line 53
        def described_example_group_chain
          example_group_chain = []
          example_group.send(:execute_in_class_hierarchy) do |parent_example_group|
            if parent_example_group.description_args && !parent_example_group.description_args.empty?
              example_group_chain << parent_example_group
            end
          end
          example_group_chain
        end
Register or log in to add new notes.