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

Version Path
mutant-0.9.8 meta/until.rb
mutant-0.9.7 meta/until.rb
mutant-0.9.6 meta/until.rb
mutant-0.9.5 meta/until.rb
mutant-0.9.4 meta/until.rb
mutant-0.9.3 meta/until.rb
mutant-0.9.2 meta/until.rb
mutant-0.9.1 meta/until.rb
mutant-0.9.0 meta/until.rb
mutant-0.8.24 meta/until.rb
mutant-0.8.23 meta/until.rb
mutant-0.8.22 meta/until.rb
mutant-0.8.21 meta/until.rb
mutant-0.8.20 meta/until.rb
mutant-0.8.19 meta/until.rb
mutant-0.8.18 meta/until.rb
mutant-0.8.17 meta/until.rb