diff --git a/test/acceptance/provisioning/chef_solo_test.rb b/test/acceptance/provisioning/chef_solo_test.rb new file mode 100644 index 000000000..7b1f6f49f --- /dev/null +++ b/test/acceptance/provisioning/chef_solo_test.rb @@ -0,0 +1,9 @@ +require File.expand_path("../../base", __FILE__) + +describe "vagrant provisioning with chef solo" do + include_context "acceptance" + + it "runs basic cookbooks" do + pending "Setup chef infra for tests" + end +end