Flowdock
register_example_group(klass) public

No documentation

This method has no description. You can help the RSpec community by adding new notes.

Hide source
# File lib/spec/runner.rb, line 16
      def register_example_group(klass)
        Spec::Runner.options.add_example_group klass
        Spec::Runner.register_at_exit_hook
      end
Register or log in to add new notes.