vagrant/test/acceptance/provisioning/chef_solo_test.rb

10 lines
214 B
Ruby
Raw Normal View History

2011-12-15 03:06:44 +00:00
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