Methods

Spork::TestFramework::NoFrameworkMatched

Public Class Methods

new(beginning_with) click to toggle source
    # File lib/spork/test_framework.rb, line 27
27:     def initialize(beginning_with)
28:       @beginning_with = beginning_with
29:     end

Public Instance Methods

message() click to toggle source
    # File lib/spork/test_framework.rb, line 31
31:     def message
32:       "Couldn't find a supported test framework that begins with '#{@beginning_with}'"
33:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.