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
91f9866c
Commit
91f9866c
authored
Mar 20, 2016
by
Stan Hu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix specs and remove unnecessary console.log
parent
d5c07141
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
app/assets/javascripts/project.js.coffee
app/assets/javascripts/project.js.coffee
+0
-1
features/steps/project/create.rb
features/steps/project/create.rb
+2
-2
No files found.
app/assets/javascripts/project.js.coffee
View file @
91f9866c
...
...
@@ -11,7 +11,6 @@ class @Project
$
(
@
).
toggleClass
(
'active'
)
url
=
$
(
"#project_clone"
).
val
()
console
.
log
(
"url"
,
url
)
# Update the input field
$
(
'#project_clone'
).
val
(
url
)
...
...
features/steps/project/create.rb
View file @
91f9866c
...
...
@@ -27,7 +27,7 @@ class Spinach::Features::ProjectCreate < Spinach::FeatureSteps
step
'I click on HTTP'
do
find
(
'#clone-dropdown'
).
click
find
(
'
#
http-selector'
).
click
find
(
'
.
http-selector'
).
click
end
step
'Remote url should update to http link'
do
...
...
@@ -36,7 +36,7 @@ class Spinach::Features::ProjectCreate < Spinach::FeatureSteps
step
'If I click on SSH'
do
find
(
'#clone-dropdown'
).
click
find
(
'
#
ssh-selector'
).
click
find
(
'
.
ssh-selector'
).
click
end
step
'Remote url should update to ssh link'
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