summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Wright <patrick@getchef.com>2015-09-30 13:44:09 -0700
committerPatrick Wright <patrick@getchef.com>2015-09-30 13:44:09 -0700
commitb36ca453a90b0eed6e10ecd703a2831e05aac071 (patch)
treee3fb3925141e4a1b6cfce4a2d49ea735f2799744
parent4d537dd07a39a3159226e06c086cb608d0835eea (diff)
downloadchef-b36ca453a90b0eed6e10ecd703a2831e05aac071.tar.gz
public chef-acceptance
-rw-r--r--acceptance/.kitchen.yml1
-rw-r--r--acceptance/Gemfile2
2 files changed, 2 insertions, 1 deletions
diff --git a/acceptance/.kitchen.yml b/acceptance/.kitchen.yml
index be3a1dde89..849088a28c 100644
--- a/acceptance/.kitchen.yml
+++ b/acceptance/.kitchen.yml
@@ -7,6 +7,7 @@ driver:
provisioner:
name: chef_zero
+ # Will eventually be configured to download from omnitruck/current
data_path: test/fixtures
platforms:
diff --git a/acceptance/Gemfile b/acceptance/Gemfile
index 825ca911fc..6b7137c7f0 100644
--- a/acceptance/Gemfile
+++ b/acceptance/Gemfile
@@ -1,6 +1,6 @@
source 'https://rubygems.org'
-gem 'chef-acceptance', git: 'git@github.com:chef/chef-acceptance.git'
+gem 'chef-acceptance', github: 'chef/chef-acceptance'
gem 'berkshelf'
gem 'test-kitchen', '~> 1.4.0'
gem 'kitchen-appbundle-updater', '~> 0.0.1'