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

Version Path
mutant-0.7.8 meta/until.rb
mutant-0.7.7 meta/until.rb
mutant-0.7.6 meta/until.rb
mutant-0.7.5 meta/until.rb
mutant-0.7.4 meta/until.rb
mutant-0.7.3 meta/until.rb
mutant-0.7.2 meta/until.rb
mutant-0.7.1 meta/until.rb
mutant-0.6.7 meta/until.rb
mutant-0.6.6 meta/until.rb
mutant-0.6.5 meta/until.rb
mutant-0.6.4 meta/until.rb
mutant-0.6.3 meta/until.rb
mutant-0.6.2 meta/until.rb
mutant-0.6.0 meta/until.rb
mutant-0.5.26 meta/until.rb
mutant-0.5.25 meta/until.rb
mutant-0.5.24 meta/until.rb
mutant-0.5.23 meta/until.rb
mutant-0.5.22 meta/until.rb