Skip to content

Commit

Permalink
Test Arch Linux acceptance testing
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed Dec 5, 2021
1 parent e85203e commit 90ad277
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ group :test do
gem 'voxpupuli-test', '~> 2.5', :require => false
gem 'coveralls', :require => false
gem 'simplecov-console', :require => false
gem 'puppet_metadata', '~> 1.0', :require => false
gem 'puppet_metadata', :require => false, :git => 'https://github.com/bastelfreak/puppet_metadata.git', :branch => 'add-archlinux'
end

group :development do
Expand All @@ -16,6 +16,7 @@ group :development do
end

group :system_tests do
gem 'beaker-hostgenerator', :require => false, :git => 'https://github.com/ekohl/beaker-hostgenerator.git', :branch => 'add-archlinux'
gem 'voxpupuli-acceptance', '~> 1.0', :require => false
end

Expand Down

0 comments on commit 90ad277

Please sign in to comment.