Skip to content

Commit 32144cc

Browse files
authored
Remove starting new line after describe block
1 parent b41568b commit 32144cc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/generators/rspec/scaffold/templates/routing_spec.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
<% module_namespacing do -%>
44
RSpec.describe <%= controller_class_name %>Controller, <%= type_metatag(:routing) %> do
55
describe "routing" do
6-
76
<% unless options[:singleton] -%>
87
it "routes to #index" do
98
expect(:get => "/<%= ns_table_name %>").to route_to("<%= ns_table_name %>#index")

0 commit comments

Comments
 (0)