Skip to content
Snippets Groups Projects
Commit c4301ce0 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

update tests with new routing

parent 132caae7
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -217,7 +217,7 @@ module SharedPaths
end
 
step 'I visit project tags page' do
visit tags_project_repository_path(@project)
visit project_tags_path(@project)
end
 
step 'I visit project commit page' do
Loading
Loading
Loading
Loading
@@ -203,7 +203,7 @@ describe "Application access" do
end
 
describe "GET /project_code/repository/tags" do
subject { tags_project_repository_path(project) }
subject { project_tags_path(project) }
 
before do
# Speed increase
Loading
Loading
@@ -445,7 +445,7 @@ describe "Application access" do
end
 
describe "GET /project_code/repository/tags" do
subject { tags_project_repository_path(project) }
subject { project_tags_path(project) }
 
before do
# Speed increase
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment