mirror of
https://github.com/inspec/inspec
synced 2024-11-15 17:28:02 +00:00
a8ed53c337
use the same structure as for resources Signed-off-by: Dominik Richter <dominik.richter@gmail.com>
8 lines
161 B
Ruby
8 lines
161 B
Ruby
# encoding: utf-8
|
|
|
|
module Vulcano
|
|
module Plugins
|
|
autoload :Resource, 'vulcano/plugins/resource'
|
|
autoload :Backend, 'vulcano/plugins/backend'
|
|
end
|
|
end
|