Skip to content

Instantly share code, notes, and snippets.

View takoyakikamen's full-sized avatar

たこ焼き仮面 takoyakikamen

View GitHub Profile
require 'minitest/unit'
require 'drb'
require 'rinda/tuplespace'
module MiniTest
class ParallelRunner < MiniTest::Unit
URI = 'druby://127.0.0.1:12345'
def _run_suites suites, type
hash = Hash[suites.map { |s| [s.name, s] }]
Under the bed.