Fix specs failure introduced by unparser change
This commit is contained in:
parent
e7998b12c0
commit
98fde16f22
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ describe Mutant::Mutator::Node::Generic, 'match_current_line' do
|
|||
mutations << 'true if true'
|
||||
mutations << 'true if false'
|
||||
mutations << 'true if nil'
|
||||
mutations << 'true if !//'
|
||||
mutations << 'true if !(//)'
|
||||
mutations << 'true if /a\A/'
|
||||
mutations << 'nil'
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue