ソースを参照

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

master
Benjamin Neff 4年前
コミット
461bd708e5
コミッターのメールアドレスに関連付けられたアカウントが存在しません
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


読み込み中…
キャンセル
保存