voxpupuli / onceover

Your gateway drug to automated infrastructure testing with Puppet
141 stars 45 forks source link

Typo causes thrown Error when given invalid onceover.yaml #265

Open cheremushki opened 4 years ago

cheremushki commented 4 years ago

If one has an invalid group definition in onceover.yaml, the validation code causes the following:

Error while running: #<NameError: uninitialized constant Onceover::Group::StandardErroor
Did you mean?  StandardError>

Caused by this typo: https://github.com/dylanratcliffe/onceover/blob/e80b564b41842e9565201608256070f08997532b/lib/onceover/group.rb#L74