Commit 20e2f945 by andrew morton

Use the namespaced controller name for the top describe

parent 47a5c409
require 'swagger_helper'
RSpec.describe '<%= file_name %>', type: :request do
RSpec.describe '<%= controller_path %>', type: :request do
<% @routes.each do | template, path_item | %>
path '<%= template %>' do
<% unless path_item[:params].empty? -%>
......
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