Fix CLI to use forking rspec killer

This commit is contained in:
Markus Schirp 2012-08-28 19:44:59 +02:00
parent 3738254317
commit 143acd1ca6

View file

@ -31,7 +31,7 @@ module Mutant
:mutation_filter => mutation_filter,
:matcher => matcher,
:reporter => Reporter::CLI.new($stderr),
:killer => Killer::Rspec
:killer => Killer::Rspec::Forking
}
end
memoize :runner_options