| Class | Spork::TestFramework |
| In: |
lib/spork/test_framework.rb
|
| Parent: | Object |
| LOAD_PREFERENCE | = | ['RSpec', 'Cucumber'] |
| BOOTSTRAP_FILE | = | File.dirname(__FILE__) + "/../../assets/bootstrap.rb" |
| stderr | [R] | |
| stdout | [R] |
Returns true if the testing frameworks helper file exists. Override if this is not sufficient to detect your testing framework.
Returns a list of all testing servers that have detected their testing framework being used in the project.
Returns a list of all servers that have been implemented (it keeps track of them automatically via Class.inherited)
Bootstraps the current test helper file by prepending a Spork.prefork and Spork.each_run block at the beginning.