Skip to content

Instantly share code, notes, and snippets.

@atomic-penguin
Last active August 29, 2015 13:57
.kitchen.yml two suites
suites:
- name: default
run_list:
- recipe[foo]
- name: integration
run_list:
- recipe[base]
- recipe[foo]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment