Skip to content

Commit

Permalink
fix(rubocop): add fixes using rubocop --safe-auto-correct
Browse files Browse the repository at this point in the history
  • Loading branch information
myii committed Nov 9, 2019
1 parent 0f808d6 commit 8136b75
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/integration/default/controls/backend_spec.rb
@@ -1,3 +1,5 @@
# frozen_string_literal: true

describe package('nftables') do
it { should be_installed }
end
2 changes: 2 additions & 0 deletions test/integration/default/controls/firewalld_spec.rb
@@ -1,3 +1,5 @@
# frozen_string_literal: true

describe package('firewalld') do
it { should be_installed }
end
Expand Down
2 changes: 2 additions & 0 deletions test/integration/default/controls/ipset_spec.rb
@@ -1,3 +1,5 @@
# frozen_string_literal: true

describe package('ipset') do
it { should be_installed }
end

0 comments on commit 8136b75

Please sign in to comment.