Flowdock
verify_constant(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 48
      def verify_constant(name)
        begin
          # This is defined in Heckle
          name.to_class
        rescue
          raise "Heckling failed - \"#{name}\" is not a known class or module"
        end
      end
Register or log in to add new notes.