Sha256: 119c899f759ff8478c4302163f571f795d253f1c61ce9c1ee49990ee319124da
Contents?: true
Size: 469 Bytes
Versions: 4
Compression:
Stored size: 469 Bytes
Contents
module Mutant # The configuration of a mutator run class Config include Adamantium::Flat, Anima::Update, Anima.new( :debug, :integration, :matcher_config, :includes, :requires, :reporter, :isolation, :fail_fast, :jobs, :zombie, :expected_coverage ) [:fail_fast, :zombie, :debug].each do |name| define_method(:"#{name}?") { public_send(name) } end end # Config end # Mutant
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
mutant-0.6.7 | lib/mutant/config.rb |
mutant-0.6.6 | lib/mutant/config.rb |
mutant-0.6.5 | lib/mutant/config.rb |
mutant-0.6.4 | lib/mutant/config.rb |