Skip to content

Commit

Permalink
Fix rubocop offenses
Browse files Browse the repository at this point in the history
  • Loading branch information
smortex committed Apr 20, 2022
1 parent e9cc462 commit c7ff642
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/classes/letsencrypt_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
it { is_expected.to contain_ini_setting('/etc/letsencrypt/custom_config.ini server https://acme-v02.api.letsencrypt.org/directory') }
end

describe 'with custom config' do # rubocop:disable RSpec/EmptyExampleGroup
describe 'with custom config' do
let(:additional_params) { { config: { 'foo' => 'bar' } } }

case facts[:operatingsystem]
Expand Down Expand Up @@ -244,7 +244,7 @@
it { is_expected.to raise_error Puppet::Error, %r{Please specify an email address} }
end

context 'with unsafe_registration set to true' do # rubocop:disable RSpec/EmptyExampleGroup
context 'with unsafe_registration set to true' do
let(:params) { { unsafe_registration: true } }

case facts[:operatingsystem]
Expand Down

0 comments on commit c7ff642

Please sign in to comment.