mirror of
https://github.com/inspec/inspec
synced 2024-12-18 09:03:12 +00:00
857b9bb11c
* Unit tests passing for loading Train plugins * detect works with a train test fixture * Update fixture install of train-fixture-plugin * Add functional tests for detect and shell when talking to a train plugin backend * Update docs to reflect availability of Train plugins * Functional test for install train plugin from path * Working install train plugin from path, more tests for installing from odd locations * PR Feedback Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
5 lines
196 B
Ruby
5 lines
196 B
Ruby
lib = File.expand_path("../../lib", __FILE__)
|
|
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
|
|
|
require_relative 'inspec-test-fixture/version'
|
|
require_relative 'inspec-test-fixture/plugin'
|