summaryrefslogtreecommitdiff
path: root/acceptance/trivial/.acceptance/acceptance-cookbook/recipes/verify.rb
blob: ca019682e8371cd4d6ac6cd70da3c56dbfdb0923 (plain)
1
2
3
4
# execute "inspec exec inspec/test.rb -t ssh://vagrant@chef-current-install-ubuntu-1404" do
execute "../bin/kitchen verify" do
  cwd node['chef-acceptance']['suite-dir']
end