Sha256: aded60b397e6ccbdc59abdf7a9eec1d6651113c690ff6c4c7c7f5ee7c4adbb48

Contents?: true

Size: 462 Bytes

Versions: 3

Compression:

Stored size: 462 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 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

3 entries across 3 versions & 1 rubygems

Version Path
mutant-0.9.11 meta/until.rb
mutant-0.9.10 meta/until.rb
mutant-0.9.9 meta/until.rb