Methods

Spork::TestFramework::FrameworkNotAvailable

Public Class Methods

new(framework) click to toggle source
    # File lib/spork/test_framework.rb, line 17
17:     def initialize(framework)
18:       @framework = framework
19:     end

Public Instance Methods

message() click to toggle source
    # File lib/spork/test_framework.rb, line 21
21:     def message
22:       "I can't find the file #{@framework.helper_file} for the #{@framework.short_name} testing framework.\nAre you running me from the project directory?"
23:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.