Fix mutator registry use from specs

This commit is contained in:
Markus Schirp 2014-11-17 19:30:58 +00:00
parent 9623cd27ab
commit 0f7fb665cb

View file

@ -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