Flowdock
new(filter, heckle_class=Heckler) public

No documentation

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

Hide source
# File lib/spec/runner/heckle_runner.rb, line 11
        def initialize(filter, heckle_class=Heckler)
          @filter = filter
          @heckle_class = heckle_class
        end
Register or log in to add new notes.