Class: Spec::Runner::ExampleGroupCreationListener

Inherits:
Object
  • Object
show all
Defined in:
lib/spec/runner.rb

Instance Method Summary collapse

Instance Method Details

#register_example_group(klass) ⇒ Object



17
18
19
# File 'lib/spec/runner.rb', line 17

def register_example_group(klass)
  Spec::Runner.options.add_example_group klass
end