Fix mutator registry use from specs
This commit is contained in:
parent
9623cd27ab
commit
0f7fb665cb
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ RSpec.describe do
|
|||
|
||||
specify 'mutant should not crash for any node parser can generate' do
|
||||
Mutant::AST::Types::ALL.each do |type|
|
||||
Mutant::Mutator::Registry.lookup(s(type))
|
||||
Mutant::Mutator::REGISTRY.lookup(s(type))
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue