lib/mutant/config.rb in mutant-0.3.0.beta14 vs lib/mutant/config.rb in mutant-0.3.0.beta15
- old
+ new
@@ -1,9 +1,9 @@
module Mutant
# The configuration of a mutator run
class Config
include Adamantium::Flat, Anima.new(
- :cache, :debug, :strategy, :matcher, :filter, :reporter
+ :cache, :debug, :strategy, :matcher, :filter, :reporter, :fail_fast
)
# Enumerate subjects
#
# @api private