class Spork::TestFramework::NoFrameworksAvailable

Public Instance Methods

message() click to toggle source
# File lib/spork/test_framework.rb, line 11
def message
  "I can\'t find any testing frameworks to use.  Are you running me from a project directory?"
end