We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4baa951 commit 03abdc6Copy full SHA for 03abdc6
lib/rspec_api_documentation.rb
@@ -63,7 +63,6 @@ module OpenApi
63
autoload :Operation
64
autoload :Parameter
65
autoload :Response
66
- autoload :Example
67
autoload :Header
68
autoload :Schema
69
autoload :SecuritySchema
spec/open_api/root_spec.rb
@@ -19,6 +19,7 @@ class RspecApiDocumentation::OpenApi::Info; end
19
its(:definitions) { should be_nil }
20
its(:parameters) { should be_nil }
21
its(:responses) { should be_nil }
22
+ its(:paths) { should == {} }
23
its(:securityDefinitions) { should be_nil }
24
its(:security) { should be_nil }
25
its(:tags) { should == [] }
0 commit comments