From 143acd1ca67c0de952322a04998ff93758a1f33d Mon Sep 17 00:00:00 2001 From: Markus Schirp Date: Tue, 28 Aug 2012 19:44:59 +0200 Subject: [PATCH] Fix CLI to use forking rspec killer --- lib/mutant/cli.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/mutant/cli.rb b/lib/mutant/cli.rb index cf2ce765..ebc3fcf0 100644 --- a/lib/mutant/cli.rb +++ b/lib/mutant/cli.rb @@ -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