diff options
author | John Keiser <john@johnkeiser.com> | 2015-09-29 22:03:48 -0700 |
---|---|---|
committer | John Keiser <john@johnkeiser.com> | 2015-09-30 12:55:02 -0700 |
commit | e6959f4e9306a65ac52bc9087acdf4a0bccc2f59 (patch) | |
tree | 1da4ef4cf6f742d8d62587d20ff01639278a0659 /Gemfile | |
parent | d1a0e4b9dc4b5f00ce7fa5d56866fa0cbe8413e9 (diff) | |
download | chef-e6959f4e9306a65ac52bc9087acdf4a0bccc2f59.tar.gz |
Add external tests for chefspec, chef-sugar, chef-rewind, foodcritic and poise
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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, |