summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2017-06-20 15:36:23 -0700
committerTim Smith <tsmith@chef.io>2017-06-20 15:36:23 -0700
commit31c1e1a98f5bfbb8d292de20f4d132f5c6d10019 (patch)
tree7ef820b7e752e1399fb74f91525f91320f2dcdc5 /Gemfile
parent30b4ed8780f5ddd1d6bf3997d7515da8aae16040 (diff)
downloadffi-yajl-31c1e1a98f5bfbb8d292de20f4d132f5c6d10019.tar.gz
Remove the test kitchen stuff that doesn't work
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile4
1 files changed, 0 insertions, 4 deletions
diff --git a/Gemfile b/Gemfile
index d16a96f..d5fe6d0 100644
--- a/Gemfile
+++ b/Gemfile
@@ -15,8 +15,4 @@ end
group :development_extras do
gem 'rubocop', '= 0.32.1'
gem 'reek', '= 1.3.7'
- gem 'test-kitchen', '~> 1.2'
- gem 'kitchen-digitalocean'
- gem 'kitchen-ec2'
- gem 'kitchen-vagrant'
end