# File lib/spork/test_framework.rb, line 27
27: definitialize(beginning_with)
28: @beginning_with = beginning_with
29: end
Public Instance Methods
message()click to toggle source
# File lib/spork/test_framework.rb, line 31
31: defmessage
32: "Couldn't find a supported test framework that begins with '#{@beginning_with}'"
33: end