Skip to content

Commit

Permalink
[COOK-3568] Fix test kitchen Gemfile
Browse files Browse the repository at this point in the history
Signed-off-by: Seth Vargo <sethvargo@gmail.com>
  • Loading branch information
Ben Longden authored and sethvargo committed Sep 23, 2013
1 parent 7213e82 commit 8091a99
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ Gemfile.lock
.kitchen
bin
.kitchen.local.yml
.kitchen/
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
source :rubygems

gem 'test-kitchen', '< 1.0'
gem 'kitchen-vagrant', :group => :integration
gem 'berkshelf'

0 comments on commit 8091a99

Please sign in to comment.