Removes repository routes without repository_id (#26522).

git-svn-id: http://svn.redmine.org/redmine/trunk@17386 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang
2018-06-16 14:27:51 +00:00
parent 794a2a0180
commit 4137ba8e81
14 changed files with 173 additions and 125 deletions

View File

@@ -2033,7 +2033,7 @@ class IssuesControllerTest < Redmine::ControllerTest
:id => issue.id
}
assert_select 'a[href=?]', '/projects/ecookbook/repository/revisions/3'
assert_select 'a[href=?]', '/projects/ecookbook/repository/10/revisions/3'
end
def test_show_should_display_watchers