voxpupuli / onceover

Your gateway drug to automated infrastructure testing with Puppet
Apache License 2.0
142 stars 45 forks source link

Add `onceover run spec --fail_fast` option #318

Closed neomilium closed 2 years ago

neomilium commented 2 years ago

This PR provides a simple way to run rspec with --fail-fast option.

As explained in #305, it allow to abort tests on the first test failure.

neomilium commented 2 years ago

A bit off topic, but need to mention that I followed the code pattern, but the CLI convention is to use dash instead of underscore for --long-options.

If you are OK, I can provide a patch to change all --long_option to --long-option.

neomilium commented 2 years ago

@dylanratcliffe Hi

dylanratcliffe commented 2 years ago

Hey sorry I missed this. Looking now