Do not construct forking killer in strategies per default

This commit is contained in:
Markus Schirp 2012-11-22 02:08:42 +01:00
parent 48c87d6c2e
commit e5da3cab09

View file

@ -15,7 +15,7 @@ module Mutant
end
def self.killer
Killer::Forking.new(self::KILLER)
self::KILLER
end
class Rspec < self