mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Remove redundant blank line at the bottom of the generated controller test
This commit is contained in:
parent
e3c1f42b31
commit
770f8f345f
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ class <%= class_name %>ControllerTest < ActionDispatch::IntegrationTest
|
|||
get <%= url_helper_prefix %>_<%= action %>_url
|
||||
assert_response :success
|
||||
end
|
||||
|
||||
<%= "\n" unless action == actions.last -%>
|
||||
<% end -%>
|
||||
<% end -%>
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue