APIdock / RSpec
/
Browse About
method

example_group_hierarchy

1.3.1 - Show latest stable - Class: Spec::Example::ExampleGroupMethods
example_group_hierarchy()
public

No documentation available.

# File lib/spec/example/example_group_methods.rb, line 156
      def example_group_hierarchy
        @example_group_hierarchy ||= ExampleGroupHierarchy.new(self)
      end

Related methods

  • Instance methods
  • context
  • describe
  • described_class
  • described_type
  • description
  • description_args
  • description_parts
  • example
  • example_group_hierarchy
  • example_implementations
  • example_proxies
  • examples
  • include_constants_in
  • inherited
  • it
  • it_should_behave_like
  • let
  • let!
  • nested_descriptions
  • notify
  • number_of_examples
  • options
  • pending_implementation
  • run
  • set_description
  • specify
  • xexample
  • xit
  • xspecify
  • Class methods
  • build_description_from
  • Private methods
  • privatedry_run
  • privateexample_method?
  • privateexamples_to_run
  • privateexamples_were_specified?
  • privateinclude_shared_example_group
  • privatemethod_added
  • privaterun_after_all
  • privaterun_before_all
  • privaterun_examples
  • privateshould_method?
  • privatesubclass
APIdock API Documentation Browser

© 2026 APIdock