acceptance/current/.acceptance/acceptance-cookbook/recipes/destroy.rb in mixlib-install-0.8.0.alpha.0 vs acceptance/current/.acceptance/acceptance-cookbook/recipes/destroy.rb in mixlib-install-0.8.0.alpha.1

- old
+ new

@@ -1,3 +1,3 @@ execute 'kitchen destroy' do - cwd File.join(File.dirname(__FILE__), "../../../../../../../..") + cwd node['chef-acceptance']['suite-dir'] end