Skip to content

Commit

Permalink
(MODULES-2207) Remove beaker-rspec
Browse files Browse the repository at this point in the history
We don't want beaker-rspec in projects that do not make use of it as it
could cause some issues.
  • Loading branch information
ferventcoder committed Jul 17, 2015
1 parent f561ac3 commit af5780d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion .sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ Gemfile:
version: '~>0.10.5'
':system_tests':
- gem: beaker
- gem: beaker-rspec
- gem: beaker-puppet_install_helper
Rakefile:
unmanaged: true
Expand Down
5 changes: 0 additions & 5 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,6 @@ end

group :system_tests do
gem 'beaker', *location_for(ENV['BEAKER_VERSION'] || '~> 2.18')
if beaker_rspec_version = ENV['BEAKER_RSPEC_VERSION']
gem 'beaker-rspec', *location_for(beaker_rspec_version)
else
gem 'beaker-rspec', :require => false
end
gem 'beaker-puppet_install_helper', :require => false
end

Expand Down

0 comments on commit af5780d

Please sign in to comment.