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
  1. +1
    -0
      test/integration/share/libraries/system.rb

+ 1
- 0
test/integration/share/libraries/system.rb Näytä tiedosto

@@ -10,6 +10,7 @@ class SystemResource < Inspec.resource(1)
attr_reader :platform

def initialize
super
@platform = build_platform
end


Loading…
Peruuta
Tallenna