Skip to content

Commit

Permalink
add test kitchen support
Browse files Browse the repository at this point in the history
  • Loading branch information
jtimberman committed Aug 28, 2012
1 parent 9f696c4 commit c37ed18
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
@@ -0,0 +1,4 @@
.bundle
.cache
.kitchen
bin
3 changes: 3 additions & 0 deletions Gemfile
@@ -0,0 +1,3 @@
source :rubygems

gem 'test-kitchen'
3 changes: 3 additions & 0 deletions test/kitchen/Kitchenfile
@@ -0,0 +1,3 @@
cookbook "postfix" do
runtimes []
end

0 comments on commit c37ed18

Please sign in to comment.