Skip to content

Commit c7ff642

Browse files
committed
Fix rubocop offenses
1 parent e9cc462 commit c7ff642

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/classes/letsencrypt_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
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]
@@ -244,7 +244,7 @@
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]

0 commit comments

Comments
 (0)