mirror of
https://github.com/inspec/inspec
synced 2024-11-16 01:38:03 +00:00
15 lines
793 B
Ruby
15 lines
793 B
Ruby
|
# docs/plugins
|
||
|
# Update that train plugins are now possible
|
||
|
|
||
|
# test/unit/plugin/v2/loader_test.rb
|
||
|
# TODO: loading all plugins does not activate Train plugins
|
||
|
|
||
|
# lib/plugins/inspec-plugin-manager-cli/test/functional/inspec-plugin_test.rb
|
||
|
# ~ Should be able to install a train plugin - in place, will fail until plugin published
|
||
|
# ~ Should be able to search for a train plugin - in place, will fail until plugin published
|
||
|
|
||
|
# test/functional/plugins_test.rb
|
||
|
# % Should be able to suggest a train transport plugin when an unsupported --target schema is used and a gem search is successful
|
||
|
# % Should be able to suggest a train transport plugin when an unrecognized profile platform declaration is used and a gem search is successful
|
||
|
# - Should be able to run inspec detect targeting a test target
|