Flowdock
method

example_group_started

Importance_0
RSpec latest stable (1.3.1) - 0 notes - Class: Spec::Runner::Reporter
example_group_started(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/reporter.rb, line 16
      def example_group_started(example_group)
        @example_group = example_group
        formatters.each do |f|
          f.example_group_started(example_group)
        end
      end
Register or log in to add new notes.