소스 검색

test(inspec): `system.rb` must call parent class initialisation

master
Benjamin Neff 4 년 전
부모
커밋
461bd708e5
No account linked to committer's email address
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. +1
    -0
      test/integration/share/libraries/system.rb

+ 1
- 0
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


Loading…
취소
저장