You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: