Method: Spec::Example::ExampleGroupProxy#nested_descriptions

Defined in:
lib/spec/example/example_group_proxy.rb

#nested_descriptionsObject (readonly)

Used by Spec::Runner::Formatter::NestedTextFormatter to access the description of each example group in a nested group separately.

[View source]

29
30
31
# File 'lib/spec/example/example_group_proxy.rb', line 29

def nested_descriptions
  @nested_descriptions
end