Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
This commit is contained in:
Clinton Wolfe 2020-05-21 18:57:30 -04:00
parent 3184d5ca9e
commit 6dfb37befa

View file

@ -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