summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
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