Skip to content

Commit 8f5059b

Browse files
Remove specs
1 parent 16da40d commit 8f5059b

File tree

2 files changed

+0
-19
lines changed

2 files changed

+0
-19
lines changed

spec/open_api/contact_spec.rb

Lines changed: 0 additions & 12 deletions
This file was deleted.

spec/open_api/info_spec.rb

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,7 @@
55
subject { node }
66

77
describe "default settings" do
8-
class RspecApiDocumentation::OpenApi::Contact; end
9-
class RspecApiDocumentation::OpenApi::License; end
10-
118
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) }
169
its(:version) { should == '1.0.0' }
1710
end
1811
end

0 commit comments

Comments
 (0)