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