free_mutant/meta/lvasgn.rb

11 lines
166 B
Ruby
Raw Normal View History

2014-06-02 10:22:57 -04:00
# encoding: utf-8
Mutant::Meta::Example.add do
source 'a = true'
mutation 'a__mutant__ = true'
mutation 'a = false'
mutation 'a = nil'
mutation 'nil'
end