class Spork::TestFramework::NoFrameworkMatched
def initialize(beginning_with)
def initialize(beginning_with) @beginning_with = beginning_with end
def message
def message "Couldn\'t find a supported test framework that begins with '#{@beginning_with}'" end