Sha256: 94919fe7c4e32f2b1a695bfc3a972f0dcdc0d02bac7306e2f916eaaa7b650148

Contents?: true

Size: 308 Bytes

Versions: 6

Compression:

Stored size: 308 Bytes

Contents

Mutant::Meta::Example.add :match_current_line 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 /nomatch\A/'
  mutation 'true'
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
mutant-0.8.16 meta/match_current_line.rb
mutant-0.8.15 meta/match_current_line.rb
mutant-0.8.14 meta/match_current_line.rb
mutant-0.8.13 meta/match_current_line.rb
mutant-0.8.12 meta/match_current_line.rb
mutant-0.8.11 meta/match_current_line.rb