mirror of
https://github.com/inspec/inspec
synced 2024-11-21 20:23:06 +00:00
Mis-spelled a method name
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
This commit is contained in:
parent
6960a714b9
commit
1628383c8f
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ class PluginV2BaseMgmtMethods < Minitest::Test
|
|||
def test_plugin_v2_management_class_methods_present
|
||||
[
|
||||
:base_class_for_type,
|
||||
:find_type_by_implementation_class,
|
||||
:find_name_by_implementation_class,
|
||||
:registry,
|
||||
:register_plugin_type,
|
||||
:plugin_name,
|
||||
|
|
Loading…
Reference in a new issue