(MODULES-7658) use beaker3 in puppet-module-gems

This commit is contained in:
tphoney
2018-08-21 15:27:02 +01:00
parent d5d69ee5ac
commit 743006a16e
2 changed files with 0 additions and 16 deletions

View File

@@ -38,11 +38,6 @@ end
group :system_tests do
gem "puppet-module-posix-system-r#{minor_version}", require: false, platforms: [:ruby]
gem "puppet-module-win-system-r#{minor_version}", require: false, platforms: [:mswin, :mingw, :x64_mingw]
gem "beaker", *location_for(ENV['BEAKER_VERSION'] || '~> 3.13')
gem "beaker-abs", *location_for(ENV['BEAKER_ABS_VERSION'] || '~> 0.1')
gem "beaker-pe", require: false
gem "beaker-hostgenerator"
gem "beaker-rspec"
end
puppet_version = ENV['PUPPET_GEM_VERSION']