Sha256: 1c7a30833d73d38678aae66a609f12ebbee68a31675e8745b33eb989625a8812
Contents?: true
Size: 481 Bytes
Versions: 23
Compression:
Stored size: 481 Bytes
Contents
# encoding: utf-8 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
23 entries across 23 versions & 1 rubygems