summaryrefslogtreecommitdiff
path: root/kitchen-tests
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2022-02-01 12:30:44 -0800
committerTim Smith <tsmith84@gmail.com>2022-02-01 12:30:44 -0800
commit2b690196d13515561d74ed370f2081a4f3bad71b (patch)
tree8c863b43eab5cd18df118bbba653499f166ed215 /kitchen-tests
parentb3b568b568a362223b4da3f9f77046d65ec56f1d (diff)
downloadchef-2b690196d13515561d74ed370f2081a4f3bad71b.tar.gz
Don't source test kitchen from git
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'kitchen-tests')
-rw-r--r--kitchen-tests/Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/kitchen-tests/Gemfile b/kitchen-tests/Gemfile
index 7c93a10dda..d3ac792ffc 100644
--- a/kitchen-tests/Gemfile
+++ b/kitchen-tests/Gemfile
@@ -9,4 +9,4 @@ gem "kitchen-dokken", ">= 2.0"
gem "kitchen-vagrant", ">= 1.0"
gem "kitchen-inspec"
gem "inspec"
-gem "test-kitchen", git: "https://github.com/test-kitchen/test-kitchen.git", branch: "main"
+gem "test-kitchen"