Sha256: af0e4f056383d836a523f05438f8b03d2b877e8620a82cc447c3bc6b0511ae52

Contents?: true

Size: 462 Bytes

Versions: 12

Compression:

Stored size: 462 Bytes

Contents

Mutant::Meta::Example.add do
  source 'until true; foo; bar; end'

  singleton_mutations
  mutation 'until true; bar; end'
  mutation 'until true; foo; end'
  mutation 'until true; end'
  mutation 'until false; foo; bar; end'
  mutation 'until nil; foo; bar; end'
  mutation 'until true; foo; nil; end'
  mutation 'until true; foo; self; end'
  mutation 'until true; nil; bar; end'
  mutation 'until true; self; bar; end'
  mutation 'until true; raise; end'
end

Version data entries

12 entries across 12 versions & 1 rubygems

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