File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1818 - ruby-version : ' 2.7'
1919 puppet_gem_version : ' ~> 7.0'
2020 - ruby_version : ' 3.2'
21- puppet_gem_version : ' https://github.com/puppetlabs/puppet ' # puppet8 '
21+ puppet_gem_version : ' ~> 8.0 '
2222 runs_on :
2323 - " ubuntu-latest"
2424 - " windows-latest"
Original file line number Diff line number Diff line change 1717 - ruby-version : ' 2.7'
1818 puppet_gem_version : ' ~> 7.0'
1919 - ruby_version : ' 3.2'
20- puppet_gem_version : ' https://github.com/puppetlabs/puppet ' # puppet8 '
20+ puppet_gem_version : ' ~> 8.0 '
2121 runs_on :
2222 - " ubuntu-latest"
2323 - " windows-latest"
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ def context_double(options = {})
99
1010describe RSpec ::Puppet ::Adapters ::Base do
1111 let ( :test_context ) { double environment : 'rp_env' }
12+
1213 describe '#setup_puppet' do
1314 it 'sets up all settings listed in the settings map' do
1415 context = context_double
You can’t perform that action at this time.
0 commit comments