Method: Spec::Example::ExampleGroupProxy#examples
- Defined in:
- lib/spec/example/example_group_proxy.rb
permalink #examples ⇒ Object (readonly)
A collection of ExampleGroupProxy objects, one for each example declared in this group.
33 34 35 |
# File 'lib/spec/example/example_group_proxy.rb', line 33 def examples @examples end |