mirror of
https://github.com/saltstack-formulas/template-formula.git
synced 2025-04-17 10:10:28 +00:00
test(inspec): system.rb
must call parent class initialisation
This commit is contained in:
parent
ef7330d485
commit
1ff9ab15f2
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ class SystemResource < Inspec.resource(1)
|
|||
attr_reader :platform
|
||||
|
||||
def initialize
|
||||
super
|
||||
@platform = build_platform
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue