Sha256: 9614ae051721fed0c486974d7440a45b70878674d4d407c5b1cc8d9c73f0f3ab

Contents?: true

Size: 282 Bytes

Versions: 12

Compression:

Stored size: 282 Bytes

Contents

Mutant::Meta::Example.add do
  source 'true if /foo/'

  singleton_mutations
  mutation 'false if /foo/'
  mutation 'true if //'
  mutation 'nil if /foo/'
  mutation 'true if true'
  mutation 'true if false'
  mutation 'true if nil'
  mutation 'true if /a\A/'
  mutation 'true'
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
mutant-0.8.10 meta/match_current_line.rb
mutant-0.8.9 meta/match_current_line.rb
mutant-0.8.8 meta/match_current_line.rb
mutant-0.8.7 meta/match_current_line.rb
mutant-0.8.6 meta/match_current_line.rb
mutant-0.8.5 meta/match_current_line.rb
mutant-0.8.4 meta/match_current_line.rb
mutant-0.8.3 meta/match_current_line.rb
mutant-0.8.2 meta/match_current_line.rb
mutant-0.8.1 meta/match_current_line.rb
mutant-0.8.0 meta/match_current_line.rb
mutant-0.7.9 meta/match_current_line.rb