fix(rubocop): add fixes using rubocop --safe-auto-correct
This commit is contained in:
parent
0f808d6afb
commit
8136b75fa0
@ -1,3 +1,5 @@
|
|||||||
|
# frozen_string_literal: true
|
||||||
|
|
||||||
describe package('nftables') do
|
describe package('nftables') do
|
||||||
it { should be_installed }
|
it { should be_installed }
|
||||||
end
|
end
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# frozen_string_literal: true
|
||||||
|
|
||||||
describe package('firewalld') do
|
describe package('firewalld') do
|
||||||
it { should be_installed }
|
it { should be_installed }
|
||||||
end
|
end
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# frozen_string_literal: true
|
||||||
|
|
||||||
describe package('ipset') do
|
describe package('ipset') do
|
||||||
it { should be_installed }
|
it { should be_installed }
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user