summaryrefslogtreecommitdiff
path: root/acceptance/cookbook-git/.kitchen.yml
blob: d087446a40723bae27af483ce477e0503fa87978 (plain)
1
2
3
4
5
6
7
8
9
10
suites:
  - name: default
    run_list: ["recipe[git]"]
    includes: [ubuntu-14.04]
  - name: source
    run_list: ["recipe[git::source]"]
    includes: [nonexistent]
  - name: default-windows
    run_list: ["recipe[git]"]
    includes: [windows-2012r2]