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