Class Spork::Runner
In: lib/spork/runner.rb
Parent: Object

This is used by bin/spork. It‘s wrapped in a class because it‘s easier to test that way.

Methods

Attributes

options  [R] 
test_framework  [R] 

Public Class methods

Public Instance methods

Returns a server for the specified (or the detected default) testing framework. Returns nil if none detected, or if the specified is not supported or available.

[Validate]