瀏覽代碼

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

tags/v0.7.0
Imran Iqbal 5 年之前
父節點
當前提交
8136b75fa0
沒有連結到貢獻者的電子郵件帳戶。
共有 3 個檔案被更改,包括 6 行新增0 行删除
  1. +2
    -0
      test/integration/default/controls/backend_spec.rb
  2. +2
    -0
      test/integration/default/controls/firewalld_spec.rb
  3. +2
    -0
      test/integration/default/controls/ipset_spec.rb

+ 2
- 0
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
- 0
test/integration/default/controls/firewalld_spec.rb 查看文件

@@ -1,3 +1,5 @@
# frozen_string_literal: true

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

+ 2
- 0
test/integration/default/controls/ipset_spec.rb 查看文件

@@ -1,3 +1,5 @@
# frozen_string_literal: true

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

Loading…
取消
儲存