summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorJohn Duarte <john.duarte@puppetlabs.com>2014-06-04 15:43:09 -0700
committerJohn Duarte <john.duarte@puppetlabs.com>2014-06-04 15:43:09 -0700
commitc7bb9399041c0933ed2d03768dd58db950ad2702 (patch)
tree2b798e233f1040034892276173f827352ce05be4 /Gemfile
parent8f71d47786e7d7465d5597705c6dab4331371ad6 (diff)
Remove beaker from Gemfile
Having both `beaker` and `beaker-rspec` in the Gemfile results in a dual inclusion of `beaker` as a dependency resulting in version 2.0.0 of `beaker-rspec` being installed. The tests for vcsrepo require the `BEAKER_setfile` ENV var, which is only available in `beaker-rspec` 2.2.0 and above. Removing `beaker` allows the latest version of `beaker-rspec` to be installed, thus satisfying this requirement.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 2fcc822..e32d3da 100644
--- a/Gemfile
+++ b/Gemfile
@@ -7,7 +7,6 @@ group :development, :test do
gem 'serverspec', :require => false
gem 'puppet-lint', :require => false
gem 'pry', :require => false
- gem 'beaker', :require => false
gem 'beaker-rspec', :require => false
gem 'simplecov', :require => false
end