Sha256: 80aeb9406ddc9318692d5cb4540c19cdc0511d901b692fa2c94486cac0ee454c

Contents?: true

Size: 469 Bytes

Versions: 6

Compression:

Stored size: 469 Bytes

Contents

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

6 entries across 6 versions & 1 rubygems

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