fix(rubocop): add fixes using rubocop --safe-auto-correct

This commit is contained in:
Imran Iqbal 2019-11-09 07:17:33 +00:00
parent 0f808d6afb
commit 8136b75fa0
No known key found for this signature in database
GPG Key ID: 6D8629439D2B7819
3 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
describe package('nftables') do
it { should be_installed }
end

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
describe package('firewalld') do
it { should be_installed }
end

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
describe package('ipset') do
it { should be_installed }
end