mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-05-28 04:36:05 -04:00
Stub a test out for chef solo
This commit is contained in:
parent
9e4475cb77
commit
2d0769ee4a
1 changed files with 9 additions and 0 deletions
9
test/acceptance/provisioning/chef_solo_test.rb
Normal file
9
test/acceptance/provisioning/chef_solo_test.rb
Normal 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
|
||||
Loading…
Reference in a new issue