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
Kazuhiko Shiozaki
gitlab-ce
Commits
fdb5c82c
Commit
fdb5c82c
authored
Sep 08, 2012
by
miks
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' into project_hooks_api
parents
3b5a90bd
cc7c6d53
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
spec/requests/projects_spec.rb
spec/requests/projects_spec.rb
+10
-0
No files found.
spec/requests/projects_spec.rb
View file @
fdb5c82c
...
...
@@ -3,6 +3,16 @@ require 'spec_helper'
describe
"Projects"
do
before
{
login_as
:user
}
describe
'GET /project/new'
do
it
"should work autocomplete"
,
:js
=>
true
do
visit
new_project_path
fill_in
'project_name'
,
with:
'Awesome'
find
(
"#project_path"
).
value
.
should
==
'awesome'
find
(
"#project_code"
).
value
.
should
==
'awesome'
end
end
describe
"GET /projects/show"
do
before
do
@project
=
Factory
:project
,
owner:
@user
...
...
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