Flowdock
new(klass_name, method_name, rspec_options) 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 61
        def initialize(klass_name, method_name, rspec_options)
          super(klass_name, method_name)
          @rspec_options = rspec_options
        end
Register or log in to add new notes.