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 16da40d commit 8f5059bCopy full SHA for 8f5059b
spec/open_api/contact_spec.rb
spec/open_api/info_spec.rb
@@ -5,14 +5,7 @@
5
subject { node }
6
7
describe "default settings" do
8
- class RspecApiDocumentation::OpenApi::Contact; end
9
- class RspecApiDocumentation::OpenApi::License; end
10
-
11
its(:title) { should == 'OpenAPI Specification' }
12
- its(:description) { should == 'This is a sample server Petstore server.' }
13
- its(:termsOfService) { should == 'http://open-api.io/terms/' }
14
- its(:contact) { should be_a(RspecApiDocumentation::OpenApi::Contact) }
15
- its(:license) { should be_a(RspecApiDocumentation::OpenApi::License) }
16
its(:version) { should == '1.0.0' }
17
end
18
0 commit comments