Commit 727899fe by liyijie

adjuest format

parent 885b5772
...@@ -37,7 +37,6 @@ RSpec.describe '<%= controller_path %>', type: :request, capture_examples: true, ...@@ -37,7 +37,6 @@ RSpec.describe '<%= controller_path %>', type: :request, capture_examples: true,
parameter '<%= param %>', in: :path, type: :string parameter '<%= param %>', in: :path, type: :string
<% end -%> <% end -%>
<% end -%> <% end -%>
<% path_item[:actions].each do | action, details | -%> <% path_item[:actions].each do | action, details | -%>
<% next if action == 'put' -%> <% next if action == 'put' -%>
<%= action %>(summary: '<%= details[:summary] %>') do <%= action %>(summary: '<%= details[:summary] %>') do
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment