4a9ab9340e
The mutation examples are now introspectable, this allows to render nice index or performing better automated analysis against the corpus.
9 lines
158 B
Ruby
9 lines
158 B
Ruby
# encoding: utf-8
|
|
|
|
Mutant::Meta::Example.add do
|
|
source 'begin; true; end'
|
|
|
|
mutation 'begin; false; end'
|
|
mutation 'begin; nil; end'
|
|
mutation 'nil'
|
|
end
|