Skip to content

Commit

Permalink
Remove redundant blank line at the bottom of the generated controller…
Browse files Browse the repository at this point in the history
… test
  • Loading branch information
y-yagi committed Jun 7, 2019
1 parent e3c1f42 commit 770f8f3
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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
Expand Down

0 comments on commit 770f8f3

Please sign in to comment.