Sha256: 75a9abbea3e59ac24c00429e9882d755f338c1d561e5a1dbe679f06e8006e9ff
Contents?: true
Size: 500 Bytes
Versions: 17
Compression:
Stored size: 500 Bytes
Contents
# frozen_string_literal: true Mutant::Meta::Example.add :until 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
17 entries across 17 versions & 1 rubygems