Sha256: 44277e818071434d027c0d73bf7a169af6a47894a2013c03ca87c0a7729e767a
Contents?: true
Size: 501 Bytes
Versions: 6
Compression:
Stored size: 501 Bytes
Contents
Mutant::Meta::Example.add :array do source '[true]' singleton_mutations mutation 'true' mutation '[false]' mutation '[nil]' mutation '[]' end Mutant::Meta::Example.add :array do source '[true, false]' singleton_mutations # Mutation of each element in array mutation '[nil, false]' mutation '[false, false]' mutation '[true, nil]' mutation '[true, true]' # Remove each element of array once mutation '[true]' mutation '[false]' # Empty array mutation '[]' end
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
mutant-0.8.16 | meta/array.rb |
mutant-0.8.15 | meta/array.rb |
mutant-0.8.14 | meta/array.rb |
mutant-0.8.13 | meta/array.rb |
mutant-0.8.12 | meta/array.rb |
mutant-0.8.11 | meta/array.rb |