It would be awesome to have an option to limit the guard actions to "kitchen converge" and "kitchen verify" e.g. not to destroy the kitchen when Guard ends.
My workflow is something like:
- bootstrap cookbook
- adjust run list/config in .kitchen.yml
- kitchen setup/converge
then I loop through:
- write chefspec
- guard-rspec fails
- write recipe/lwrp code
- guard-rspec succeeds
- write serverspec
- kitchen converge
- kitchen verify
It would be awesome to have an option to limit the guard actions to "kitchen converge" and "kitchen verify" e.g. not to destroy the kitchen when Guard ends.
My workflow is something like:
then I loop through: