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
Jérome Perrin
gitlab-ce
Commits
6a4f8b99
Commit
6a4f8b99
authored
Nov 22, 2011
by
Saito
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix specs
parent
31e51dd1
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
spec/requests/admin/admin_projects_spec.rb
spec/requests/admin/admin_projects_spec.rb
+1
-1
spec/requests/admin/admin_users_spec.rb
spec/requests/admin/admin_users_spec.rb
+1
-1
No files found.
spec/requests/admin/admin_projects_spec.rb
View file @
6a4f8b99
...
...
@@ -26,7 +26,7 @@ describe "Admin::Projects" do
describe
"GET /admin/projects/:id"
do
before
do
visit
admin_projects_path
click_link
"
Show
"
click_link
"
#{
@project
.
name
}
"
end
it
"should have project info"
do
...
...
spec/requests/admin/admin_users_spec.rb
View file @
6a4f8b99
...
...
@@ -57,7 +57,7 @@ describe "Admin::Users" do
describe
"GET /admin/users/:id"
do
before
do
visit
admin_users_path
click_link
"
Show
"
click_link
"
#{
@user
.
name
}
"
end
it
"should have user info"
do
...
...
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