Selaa lähdekoodia
test(inspec): `system.rb` must call parent class initialisation
master
Benjamin Neff
4 vuotta sitten
vanhempi
commit
461bd708e5
No account linked to committer's email address
1 muutettua tiedostoa jossa
1 lisäystä ja
0 poistoa
-
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 |
|
|
|
|