Skip to content

Commit

Permalink
Adding Kitchen
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Aumann committed Jun 18, 2013
1 parent 06b3d01 commit 963a3fc
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
16 changes: 16 additions & 0 deletions .kitchen.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
driver_plugin: lxc
driver_config:
use_sudo: true

platforms:
- name: ubuntu-12.04
driver_config:
base_container: ubuntu_12.04
username: ubuntu
password: ubuntu

suites:
- name: default
run_list: ["recipe[jaumann-myface]"]
attributes: {}
1 change: 1 addition & 0 deletions Strainerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
knife: bundle exec knife cookbook test $COOKBOOK
foodcritic: bundle exec foodcritic $SANDBOX/$COOKBOOK -f any
rspec: (cd $COOKBOOK && bundle exec rspec --color --format documentation)
kitchen: (cd $COOKBOOK && bundle exec kitchen test)
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
license 'All rights reserved'
description 'Installs/Configures jaumann-myface'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '0.1.0'
version '0.1.1'

0 comments on commit 963a3fc

Please sign in to comment.