class Spork::TestFramework::FrameworkNotAvailable

Public Instance Methods

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

Public Class Methods

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