File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 105105 it { is_expected . to contain_ini_setting ( '/etc/letsencrypt/custom_config.ini server https://acme-v02.api.letsencrypt.org/directory' ) }
106106 end
107107
108- describe 'with custom config' do # rubocop:disable RSpec/EmptyExampleGroup
108+ describe 'with custom config' do
109109 let ( :additional_params ) { { config : { 'foo' => 'bar' } } }
110110
111111 case facts [ :operatingsystem ]
244244 it { is_expected . to raise_error Puppet ::Error , %r{Please specify an email address} }
245245 end
246246
247- context 'with unsafe_registration set to true' do # rubocop:disable RSpec/EmptyExampleGroup
247+ context 'with unsafe_registration set to true' do
248248 let ( :params ) { { unsafe_registration : true } }
249249
250250 case facts [ :operatingsystem ]
You can’t perform that action at this time.
0 commit comments