Method: Spec::Example::ExampleGroupProxy#nested_descriptions
- Defined in:
- lib/spec/example/example_group_proxy.rb
permalink #nested_descriptions ⇒ Object (readonly)
Used by Spec::Runner::Formatter::NestedTextFormatter to access the description of each example group in a nested group separately.
29 30 31 |
# File 'lib/spec/example/example_group_proxy.rb', line 29 def nested_descriptions @nested_descriptions end |