summaryrefslogtreecommitdiff
path: root/acceptance/Gemfile
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2017-03-07 15:25:23 -0800
committerLamont Granquist <lamont@scriptkiddie.org>2017-03-07 15:25:23 -0800
commit8d5d80d333b46433eef070ab742d7b690dcccd65 (patch)
treeaa27cd80ca4ad4c6be6be2f2cec05ba0cb470042 /acceptance/Gemfile
parent5eb9f7286a58c3f1a7b5cd07cadc8f595f9c89ac (diff)
downloadchef-8d5d80d333b46433eef070ab742d7b690dcccd65.tar.gz
use master of chef-config we're tesing in acceptance tests
i guess this makes this also an integration test of chef-config against berkshelf and ridley. i considered going the other way and pinning to < 13 in order to get the rubygems version, but decided to go this direction since it feels like we get more 'coverage' this way. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
Diffstat (limited to 'acceptance/Gemfile')
-rw-r--r--acceptance/Gemfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/acceptance/Gemfile b/acceptance/Gemfile
index 71c4f6794b..1cbc072373 100644
--- a/acceptance/Gemfile
+++ b/acceptance/Gemfile
@@ -14,3 +14,5 @@ gem "berkshelf"
# Pin to 1.2.3 because current mixlib-install has a problem where unstable
# packages are not always immediately available via the omnitruck API.
gem "mixlib-install", "1.2.3"
+
+gem "chef-config", path: "../chef-config"