From 2d0769ee4a0f78b9ff88f56e86e7b2cfff9d32a5 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Wed, 14 Dec 2011 19:06:44 -0800 Subject: [PATCH] Stub a test out for chef solo --- test/acceptance/provisioning/chef_solo_test.rb | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 test/acceptance/provisioning/chef_solo_test.rb 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