Stub a test out for chef solo

This commit is contained in:
Mitchell Hashimoto 2011-12-14 19:06:44 -08:00
parent 9e4475cb77
commit 2d0769ee4a
1 changed files with 9 additions and 0 deletions

View File

@ -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