Flowdock
heckle_method(class_name, method_name) 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 26
      def heckle_method(class_name, method_name)
        verify_constant(class_name)
        heckle = @heckle_class.new(class_name, method_name, rspec_options)
        heckle.validate
      end
Register or log in to add new notes.