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 b41568b commit 32144ccCopy full SHA for 32144cc
lib/generators/rspec/scaffold/templates/routing_spec.rb
@@ -3,7 +3,6 @@
3
<% module_namespacing do -%>
4
RSpec.describe <%= controller_class_name %>Controller, <%= type_metatag(:routing) %> do
5
describe "routing" do
6
-
7
<% unless options[:singleton] -%>
8
it "routes to #index" do
9
expect(:get => "/<%= ns_table_name %>").to route_to("<%= ns_table_name %>#index")
0 commit comments