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 18
18
- ruby-version : ' 2.7'
19
19
puppet_gem_version : ' ~> 7.0'
20
20
- ruby_version : ' 3.2'
21
- puppet_gem_version : ' https://github.com/puppetlabs/puppet ' # puppet8 '
21
+ puppet_gem_version : ' ~> 8.0 '
22
22
runs_on :
23
23
- " ubuntu-latest"
24
24
- " windows-latest"
Original file line number Diff line number Diff line change 17
17
- ruby-version : ' 2.7'
18
18
puppet_gem_version : ' ~> 7.0'
19
19
- ruby_version : ' 3.2'
20
- puppet_gem_version : ' https://github.com/puppetlabs/puppet ' # puppet8 '
20
+ puppet_gem_version : ' ~> 8.0 '
21
21
runs_on :
22
22
- " ubuntu-latest"
23
23
- " windows-latest"
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ def context_double(options = {})
9
9
10
10
describe RSpec ::Puppet ::Adapters ::Base do
11
11
let ( :test_context ) { double environment : 'rp_env' }
12
+
12
13
describe '#setup_puppet' do
13
14
it 'sets up all settings listed in the settings map' do
14
15
context = context_double
You can’t perform that action at this time.
0 commit comments