Fix CLI to use forking rspec killer
This commit is contained in:
parent
3738254317
commit
143acd1ca6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue