Kaynağa Gözat
test(inspec): `system.rb` must call parent class initialisation
master
Benjamin Neff
4 yıl önce
ebeveyn
işleme
461bd708e5
İşleme yapanın e-posta adresine bağlı hesap yok
1 değiştirilmiş dosya ile
1 ekleme ve
0 silme
-
test/integration/share/libraries/system.rb
|
|
@@ -10,6 +10,7 @@ class SystemResource < Inspec.resource(1) |
|
|
|
attr_reader :platform |
|
|
|
|
|
|
|
def initialize |
|
|
|
super |
|
|
|
@platform = build_platform |
|
|
|
end |
|
|
|
|