Révision b0b538e0
modulesync 7.0.0
.github/CONTRIBUTING.md | ||
---|---|---|
232 | 232 |
with: |
233 | 233 |
|
234 | 234 |
```sh |
235 |
BEAKER_setfile=debian11-64 bundle exec rake beaker |
|
235 |
BEAKER_PUPPET_COLLECTION=puppet7 BEAKER_setfile=debian11-64 bundle exec rake beaker
|
|
236 | 236 |
``` |
237 | 237 |
|
238 |
You can replace the string `debian10` with any common operating system.
|
|
238 |
You can replace the string `debian11` with any common operating system.
|
|
239 | 239 |
The following strings are known to work: |
240 | 240 |
|
241 |
* ubuntu1804 |
|
242 | 241 |
* ubuntu2004 |
243 |
* debian10
|
|
242 |
* ubuntu2204
|
|
244 | 243 |
* debian11 |
245 | 244 |
* centos7 |
246 | 245 |
* centos8 |
246 |
* centos9 |
|
247 |
* almalinux8 |
|
248 |
* almalinux9 |
|
249 |
* fedora36 |
|
247 | 250 |
|
248 | 251 |
For more information and tips & tricks, see [voxpupuli-acceptance's documentation](https://github.com/voxpupuli/voxpupuli-acceptance#running-tests). |
249 | 252 |
|
.msync.yml | ||
---|---|---|
2 | 2 |
# Managed by modulesync - DO NOT EDIT |
3 | 3 |
# https://voxpupuli.org/docs/updating-files-managed-with-modulesync/ |
4 | 4 |
|
5 |
modulesync_config_version: '6.0.0' |
|
5 |
modulesync_config_version: '7.0.0' |
Gemfile | ||
---|---|---|
4 | 4 |
source ENV['GEM_SOURCE'] || 'https://rubygems.org' |
5 | 5 |
|
6 | 6 |
group :test do |
7 |
gem 'voxpupuli-test', '~> 6.0', :require => false
|
|
7 |
gem 'voxpupuli-test', '~> 7.0', :require => false
|
|
8 | 8 |
gem 'coveralls', :require => false |
9 | 9 |
gem 'simplecov-console', :require => false |
10 | 10 |
gem 'puppet_metadata', '~> 3.0', :require => false |
spec/spec_helper_acceptance.rb | ||
---|---|---|
5 | 5 |
|
6 | 6 |
require 'voxpupuli/acceptance/spec_helper_acceptance' |
7 | 7 |
|
8 |
configure_beaker |
|
8 |
configure_beaker(modules: :metadata)
|
|
9 | 9 |
|
10 | 10 |
Dir['./spec/support/acceptance/**/*.rb'].sort.each { |f| require f } |
Formats disponibles : Unified diff