mirror of
https://github.com/inspec/inspec
synced 2024-11-22 12:43:07 +00:00
typo
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
This commit is contained in:
parent
3184d5ca9e
commit
6dfb37befa
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ require "inspec/plugin/v2"
|
|||
|
||||
describe "Reporter plugin type" do
|
||||
describe "when registering the plugin type superclass" do
|
||||
it "returns the superclass when calling the global defintion method" do
|
||||
it "returns the superclass when calling the global definition method" do
|
||||
klass = Inspec.plugin(2, :reporter)
|
||||
_(klass).must_be_kind_of Class
|
||||
_(klass).must_equal Inspec::Plugin::V2::PluginType::Reporter
|
||||
|
|
Loading…
Reference in a new issue