05955f5e9d
* Correct changelog reference
7 lines
126 B
Ruby
7 lines
126 B
Ruby
Mutant::Meta::Example.add do
|
|
source 'defined?(foo)'
|
|
|
|
singleton_mutations
|
|
mutation 'defined?(nil)'
|
|
mutation 'true'
|
|
end
|