class Spork::TestFramework

def self.available?

Returns true if the testing frameworks helper file exists. Override if this is not sufficient to detect your testing framework.
def self.available?
  File.exist?(helper_file)
end