Flowdock
new(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/interop/test/unit/testsuite_adapter.rb, line 6
      def initialize(example_group)
        @example_group = example_group
        @examples = example_group.examples
      end
Register or log in to add new notes.