Fix spec to use proper constant
This commit is contained in:
parent
147cbbc87d
commit
cfedd1f307
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ require 'spec_helper'
|
|||
describe Mutant do
|
||||
specify 'mutant should not crash for any node parser can generate' do
|
||||
Mutant::NODE_TYPES.each do |type|
|
||||
Mutant::Mutator::Node::Registry.lookup(Mutant::NodeHelpers.s(type))
|
||||
Mutant::Mutator::Registry.lookup(Mutant::NodeHelpers.s(type))
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue