Sha256: 5d25139e71a1a3f634bd1dd0a563abf85501c686e32422c32b9c6deab6fcf60a

Contents?: true

Size: 283 Bytes

Versions: 18

Compression:

Stored size: 283 Bytes

Contents

# encoding: utf-8

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/'
end

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
mutant-0.7.3 meta/match_current_line.rb
mutant-0.7.2 meta/match_current_line.rb
mutant-0.7.1 meta/match_current_line.rb
mutant-0.6.7 meta/match_current_line.rb
mutant-0.6.6 meta/match_current_line.rb
mutant-0.6.5 meta/match_current_line.rb
mutant-0.6.4 meta/match_current_line.rb
mutant-0.6.3 meta/match_current_line.rb
mutant-0.6.2 meta/match_current_line.rb
mutant-0.6.0 meta/match_current_line.rb
mutant-0.5.26 meta/match_current_line.rb
mutant-0.5.25 meta/match_current_line.rb
mutant-0.5.24 meta/match_current_line.rb
mutant-0.5.23 meta/match_current_line.rb
mutant-0.5.22 meta/match_current_line.rb
mutant-0.5.21 meta/match_current_line.rb
mutant-0.5.20 meta/match_current_line.rb
mutant-0.5.19 meta/match_current_line.rb