Browse Source

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

master
Benjamin Neff 4 years ago
parent
commit
461bd708e5
No account linked to committer's email address
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      test/integration/share/libraries/system.rb

+ 1
- 0
test/integration/share/libraries/system.rb View File

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

def initialize
super
@platform = build_platform
end


Loading…
Cancel
Save