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,
|
:mutation_filter => mutation_filter,
|
||||||
:matcher => matcher,
|
:matcher => matcher,
|
||||||
:reporter => Reporter::CLI.new($stderr),
|
:reporter => Reporter::CLI.new($stderr),
|
||||||
:killer => Killer::Rspec
|
:killer => Killer::Rspec::Forking
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
memoize :runner_options
|
memoize :runner_options
|
||||||
|
|
Loading…
Reference in a new issue