Flowdock
remove_example_group(example_group) public

No documentation

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

Hide source
# File lib/spec/runner/options.rb, line 76
      def remove_example_group(example_group)
        @example_groups.delete(example_group)
      end
Register or log in to add new notes.