summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorjtimberman <joshua@opscode.com>2012-11-22 23:35:54 -0700
committerjtimberman <joshua@opscode.com>2012-11-22 23:35:54 -0700
commit933784a3240d488cfbf79b5a9b8ecb89ef2cb44f (patch)
treeb33b66f5cea78de455cb0027bdcfc12e90bb62d4 /Gemfile
parent5199c45dfbdfa9919aaa3a64535d8216c27b7948 (diff)
downloadmixlib-shellout-933784a3240d488cfbf79b5a9b8ecb89ef2cb44f.tar.gz
add test cookbook for rvm installation
* test-kitchen needs its own bundle group * project-specific Cheffile addition for rvm * create a test cookbook to do the rvm installation/setup for running tests * remove "rvm baseboxes" for supported platforms, use test-kitchen defaults Output of 'bundle exec kitchen test --platform ubuntu-12.04: Finished in 15.2 seconds 99 examples, 0 failures
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 9d42572..6450af9 100644
--- a/Gemfile
+++ b/Gemfile
@@ -8,4 +8,8 @@ group(:test) do
end
+group(:kitchen) do
+ gem 'test-kitchen', '>= 0.7.0.beta.1'
+
+end