Do not construct forking killer in strategies per default
This commit is contained in:
parent
48c87d6c2e
commit
e5da3cab09
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ module Mutant
|
|||
end
|
||||
|
||||
def self.killer
|
||||
Killer::Forking.new(self::KILLER)
|
||||
self::KILLER
|
||||
end
|
||||
|
||||
class Rspec < self
|
||||
|
|
Loading…
Add table
Reference in a new issue