summaryrefslogtreecommitdiff
path: root/acceptance/fips
diff options
context:
space:
mode:
authorJohn Keiser <john@johnkeiser.com>2016-08-11 15:01:26 -0700
committerJohn Keiser <john@johnkeiser.com>2016-08-16 09:38:15 -0700
commita9f7fc7c98e3e5924abfbe2d924083917a3e4b75 (patch)
treeb80622a7cbec9ffd2bb845440042b36e639cb8ab /acceptance/fips
parent8bf1d71f97200e3516006c6c4852ba2809c40e46 (diff)
downloadchef-a9f7fc7c98e3e5924abfbe2d924083917a3e4b75.tar.gz
Add Gemfile that includes rake so serverspec will run on Ruby 2.3jk/ruby23specs
(Until https://github.com/test-kitchen/busser-serverspec/pull/42 is merged and released.)
Diffstat (limited to 'acceptance/fips')
-rw-r--r--acceptance/fips/test/integration/fips-integration/serverspec/Gemfile6
-rw-r--r--acceptance/fips/test/integration/fips-unit-functional/serverspec/Gemfile4
2 files changed, 10 insertions, 0 deletions
diff --git a/acceptance/fips/test/integration/fips-integration/serverspec/Gemfile b/acceptance/fips/test/integration/fips-integration/serverspec/Gemfile
index 3921e6a92a..d297c4314d 100644
--- a/acceptance/fips/test/integration/fips-integration/serverspec/Gemfile
+++ b/acceptance/fips/test/integration/fips-integration/serverspec/Gemfile
@@ -1,3 +1,9 @@
source "https://rubygems.org"
+# Until https://github.com/test-kitchen/busser-serverspec/pull/42 is merged and
+# released, we need to include rake and rspec-core in the Gemfile
+gem "rake"
+gem "rspec-core"
+gem "busser-serverspec"
+gem "serverspec"
gem "mixlib-shellout"
diff --git a/acceptance/fips/test/integration/fips-unit-functional/serverspec/Gemfile b/acceptance/fips/test/integration/fips-unit-functional/serverspec/Gemfile
index 3921e6a92a..03c7a9e657 100644
--- a/acceptance/fips/test/integration/fips-unit-functional/serverspec/Gemfile
+++ b/acceptance/fips/test/integration/fips-unit-functional/serverspec/Gemfile
@@ -1,3 +1,7 @@
source "https://rubygems.org"
+# Until https://github.com/test-kitchen/busser-serverspec/pull/42 is merged and
+# released, we need to include rake and rspec-core in the Gemfile
+gem "rake"
+gem "rspec-core"
gem "mixlib-shellout"