-
- Downloads
test: standardise use of `share` suite & `_mapdata` state [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/302
Showing
- .rubocop.yml 1 addition, 1 deletion.rubocop.yml
- Gemfile 1 addition, 1 deletionGemfile
- test/integration/share/inspec.yml 1 addition, 0 deletionstest/integration/share/inspec.yml
- test/integration/share/libraries/system.rb 4 additions, 2 deletionstest/integration/share/libraries/system.rb
- test/integration/v3000-py2/inspec.yml 1 addition, 0 deletionstest/integration/v3000-py2/inspec.yml
- test/integration/v3000-py3/inspec.yml 1 addition, 0 deletionstest/integration/v3000-py3/inspec.yml
- test/integration/v3001-py3/inspec.yml 1 addition, 0 deletionstest/integration/v3001-py3/inspec.yml
- test/integration/v3002-py3/inspec.yml 1 addition, 0 deletionstest/integration/v3002-py3/inspec.yml
... | ... | @@ -5,7 +5,7 @@ source 'https://rubygems.org' |
# Use the latest version of `inspec` prior to `4.23.4`, which introduces a | ||
# regression where the diff isn't displayed when comparing using `eq`. | ||
gem 'inspec', '~> 4.22.22' | ||
# Install the `kitchen-docker` gem from GitHub because the latest version | ||
# Install the `kitchen-docker` gem using `git` because the latest version | ||
# currently available (`2.10.0`) doesn't include a recent fix for Gentoo. | ||
# rubocop:disable Layout/LineLength | ||
gem 'kitchen-docker', git: 'https://gitlab.com/saltstack-formulas/infrastructure/kitchen-docker', branch: 'ssf' | ||
... | ... |