free_mutant/meta/casgn.rb

10 lines
149 B
Ruby
Raw Normal View History

# encoding: utf-8
Mutant::Meta::Example.add do
source 'A = true'
mutation 'A__MUTANT__ = true'
mutation 'A = false'
mutation 'A = nil'
end