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
baby-gnu committed Oct 28, 2020
1 parent ef7330d commit 1ff9ab1
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 1ff9ab1

Please sign in to comment.