Kaynağa Gözat

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

tags/v0.7.0
Imran Iqbal 5 yıl önce
ebeveyn
işleme
8136b75fa0
İşleme yapanın e-posta adresine bağlı hesap yok
3 değiştirilmiş dosya ile 6 ekleme ve 0 silme
  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 Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle

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

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

Yükleniyor…
İptal
Kaydet