add options and trace verbs

This commit is contained in:
Peter McCready
2019-10-04 14:51:41 +01:00
parent 0246ff164f
commit 5c9154864e
3 changed files with 8 additions and 8 deletions

View File

@@ -24,7 +24,7 @@ module Rswag
end
end
describe '#get|post|patch|put|delete|head(verb, summary)' do
describe '#get|post|patch|put|delete|head|options|trace(verb, summary)' do
before { subject.post('Creates a blog') }
it "delegates to 'describe' with 'operation' metadata" do