mirror of
https://github.com/inspec/inspec
synced 2024-11-23 13:13:22 +00:00
add missing supermarket loader
This commit is contained in:
parent
4f90abaea1
commit
acdae94201
1 changed files with 14 additions and 0 deletions
14
lib/bundles/inspec-supermarket.rb
Normal file
14
lib/bundles/inspec-supermarket.rb
Normal file
|
@ -0,0 +1,14 @@
|
|||
# encoding: utf-8
|
||||
# author: Christoph Hartmann
|
||||
# author: Dominik Richter
|
||||
|
||||
libdir = File.dirname(__FILE__)
|
||||
$LOAD_PATH.unshift(libdir) unless $LOAD_PATH.include?(libdir)
|
||||
|
||||
module Supermarket
|
||||
autoload :Configuration, 'inspec-supermarket/configuration'
|
||||
autoload :API, 'inspec-supermarket/api'
|
||||
end
|
||||
|
||||
require 'inspec-supermarket/cli'
|
||||
require 'inspec-supermarket/target'
|
Loading…
Reference in a new issue