Use snake_case uniformly for all routes.

This commit is contained in:
Bart Kamphorst
2018-10-19 21:54:14 +02:00
parent 814caff755
commit 19751ec37f
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ context "Frontend" do
@wiki.write_page(page1, :markdown, '',
{ :name => user1, :email => user1 });
get "/gollum/last-commit-info", :path => page1
get "/gollum/last_commit_info", :path => page1
assert_match /\"author\":\"user1\"/, last_response.body
end