module Autospec
class BaseRunner
def run(args, specs)
end
def abort
def reload
def running?
true
def start
def stop