소스 검색
test(inspec): `system.rb` must call parent class initialisation
master
Benjamin Neff
4 년 전
No account linked to committer's email address
1개의 변경된 파일과
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 |
|
|
|
|