Method: Spec::Runner::Options#add_example_group
- Defined in:
- lib/spec/runner/options.rb
#add_example_group(example_group) ⇒ Object
80 81 82 |
# File 'lib/spec/runner/options.rb', line 80 def add_example_group(example_group) @example_groups << example_group end |