meta/match_current_line.rb in mutant-0.7.3 vs meta/match_current_line.rb in mutant-0.7.4
- old
+ new
@@ -9,6 +9,7 @@
mutation 'nil if /foo/'
mutation 'true if true'
mutation 'true if false'
mutation 'true if nil'
mutation 'true if /a\A/'
+ mutation 'true'
end