summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorJohn Keiser <john@johnkeiser.com>2015-09-29 22:03:48 -0700
committerJohn Keiser <john@johnkeiser.com>2015-09-30 12:55:02 -0700
commite6959f4e9306a65ac52bc9087acdf4a0bccc2f59 (patch)
tree1da4ef4cf6f742d8d62587d20ff01639278a0659 /Gemfile
parentd1a0e4b9dc4b5f00ce7fa5d56866fa0cbe8413e9 (diff)
downloadchef-e6959f4e9306a65ac52bc9087acdf4a0bccc2f59.tar.gz
Add external tests for chefspec, chef-sugar, chef-rewind, foodcritic and poise
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile8
1 files changed, 8 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 2b135fb8e8..6faa37e23f 100644
--- a/Gemfile
+++ b/Gemfile
@@ -25,6 +25,14 @@ group(:development, :test) do
gem 'cheffish', "~> 1.3", "!= 1.3.1"
gem 'ruby-shadow', :platforms => :ruby unless RUBY_PLATFORM.downcase.match(/(aix|cygwin)/)
+
+ # For external tests
+ gem 'chefspec'
+ gem 'chef-sugar'
+ gem 'poise', github: 'poise/poise', branch: 'deeecb890a6a0bc2037dfb09ce0fd0a8931519aa'
+ gem 'halite', github: 'poise/halite'
+ gem 'foodcritic', github: 'acrmp/foodcritic', branch: 'v5.0.0'
+ gem 'chef-rewind'
end
# If you want to load debugging tools into the bundle exec sandbox,