Skip to content

Commit

Permalink
Merge pull request voxpupuli#251 from bastelfreak/rubocop
Browse files Browse the repository at this point in the history
rubocop: autofix
  • Loading branch information
bastelfreak authored Apr 24, 2022
2 parents 5c8a70b + 01b6a99 commit 652d115
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/defines/post_transaction_action_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
it { is_expected.to contain_concat__fragment('post_trans_an entry').with_content(%r{^/etc/\*:any:foo bar$}) }
end

context 'with simple package name and state in (dnf only option)' do # rubocop:disable RSpec/EmptyExampleGroup
context 'with simple package name and state in (dnf only option)' do
let(:params) do
{
key: 'openssh',
Expand All @@ -98,7 +98,7 @@
end
end

context 'with simple package name and state install (yum only option)' do # rubocop:disable RSpec/EmptyExampleGroup
context 'with simple package name and state install (yum only option)' do
let(:params) do
{
key: 'openssh',
Expand Down

0 comments on commit 652d115

Please sign in to comment.