DeepTest Now Available

DeepTest is now available. Use it to run your test suite nearly twice as fast

Installation

gem install deep_test

Usage

DeepTest::TestTask.new "task_name" do |t|
  t.pattern = "test/**/*_test.rb"
  t.processes = 2 # optional, defaults to 2
end

More Information

For other details you need to know, check out something nimble.