# File lib/spork/run_strategy/forking.rb, line 20 20: def abort 21: @child && @child.abort 22: end
# File lib/spork/run_strategy/forking.rb, line 24 24: def preload 25: test_framework.preload 26: end
# File lib/spork/run_strategy/forking.rb, line 6 6: def run(argv, stderr, stdout) 7: abort if running? 8: 9: @child = ::Spork::Forker.new do 10: $stdout, $stderr = stdout, stderr 11: load test_framework.helper_file 12: Spork.exec_each_run 13: result = test_framework.run_tests(argv, stderr, stdout) 14: Spork.exec_after_each_run 15: result 16: end 17: @child.result 18: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.