Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
iv
gitlab-ce
Commits
c4301ce0
Commit
c4301ce0
authored
Jul 16, 2013
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update tests with new routing
parent
132caae7
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
features/steps/shared/paths.rb
features/steps/shared/paths.rb
+1
-1
spec/features/security/project_access_spec.rb
spec/features/security/project_access_spec.rb
+2
-2
No files found.
features/steps/shared/paths.rb
View file @
c4301ce0
...
...
@@ -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
...
...
spec/features/security/project_access_spec.rb
View file @
c4301ce0
...
...
@@ -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
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment