Flowdock
new(group_description, example_description, exception) 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 70
        def initialize(group_description, example_description, exception)  # :nodoc:
          @example_name = "#{group_description} #{example_description}"
          @exception = exception
        end
Register or log in to add new notes.