free_mutant/meta/defined.rb
Markus Schirp 05955f5e9d Improve defined? mutations
* Correct changelog reference
2015-08-10 13:54:21 +00:00

7 lines
126 B
Ruby

Mutant::Meta::Example.add do
source 'defined?(foo)'
singleton_mutations
mutation 'defined?(nil)'
mutation 'true'
end