free_mutant/meta/return.rb

15 lines
235 B
Ruby
Raw Normal View History

Mutant::Meta::Example.add :return do
source 'return'
singleton_mutations
end
Mutant::Meta::Example.add :return do
source 'return foo'
singleton_mutations
mutation 'foo'
mutation 'return nil'
mutation 'return self'
end