inspec/test/unit/mock/profiles/library/libraries/testlib.rb

13 lines
162 B
Ruby
Raw Normal View History

# Library resource
require 'gordonlib'
require 'hashie'
class Gordon < Inspec.resource(1)
name 'gordon'
include GordonLib
def enabled?
true
end
end