Skip to content

Commit

Permalink
test(inspec): system.rb must call parent class initialisation
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperTux88 committed Oct 29, 2020
1 parent 54c40c6 commit 461bd70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/integration/share/libraries/system.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ class SystemResource < Inspec.resource(1)
attr_reader :platform

def initialize
super
@platform = build_platform
end

Expand Down

0 comments on commit 461bd70

Please sign in to comment.