method
add_example_group
1.2.0 -
Show latest stable
- Class:
Spec::Runner::Options
add_example_group(example_group)public
No documentation available.
# File lib/spec/runner/options.rb, line 72
def add_example_group(example_group)
@example_groups << example_group
end