Remove expectation for invalid AST mutation
This commit is contained in:
parent
628a9ea26d
commit
58fdd4f9b7
1 changed files with 0 additions and 1 deletions
|
@ -63,7 +63,6 @@ describe Mutant::Mutator, 'send' do
|
|||
|
||||
let(:mutations) do
|
||||
mutations = []
|
||||
mutations << 'foo ||= expression'
|
||||
mutations << 'self.foo ||= nil'
|
||||
mutations << 'nil.foo ||= expression'
|
||||
mutations << 'nil'
|
||||
|
|
Loading…
Reference in a new issue