add test kitchen support

This commit is contained in:
jtimberman 2012-08-28 17:13:47 -06:00
parent 9f696c45cc
commit c37ed18cea
3 changed files with 10 additions and 0 deletions

4
.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
.bundle
.cache
.kitchen
bin

3
Gemfile Normal file
View File

@ -0,0 +1,3 @@
source :rubygems
gem 'test-kitchen'

3
test/kitchen/Kitchenfile Normal file
View File

@ -0,0 +1,3 @@
cookbook "postfix" do
runtimes []
end