1
0
Fork 0
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:
yuuji.yaginuma 2019-06-07 15:18:44 +09:00
parent e3c1f42b31
commit 770f8f345f

View file

@ -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