free_mutant/meta/ivasgn.rb

11 lines
170 B
Ruby
Raw Normal View History

2014-06-02 14:22:57 +00: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