Stub a test out for chef solo
This commit is contained in:
parent
9e4475cb77
commit
2d0769ee4a
|
@ -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
|
Loading…
Reference in New Issue