BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
6caa5a84
Commit
6caa5a84
authored
May 22, 2013
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix service tests in spinach
parent
ac952d04
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
project_services.rb
features/steps/project/project_services.rb
+4
-4
No files found.
features/steps/project/project_services.rb
View file @
6caa5a84
...
@@ -9,7 +9,7 @@ class ProjectServices < Spinach::FeatureSteps
...
@@ -9,7 +9,7 @@ class ProjectServices < Spinach::FeatureSteps
Then
'I should see list of available services'
do
Then
'I should see list of available services'
do
page
.
should
have_content
'Services'
page
.
should
have_content
'Services'
page
.
should
have_content
'
Jenkins
'
page
.
should
have_content
'
Campfire
'
page
.
should
have_content
'GitLab CI'
page
.
should
have_content
'GitLab CI'
end
end
...
@@ -19,12 +19,12 @@ class ProjectServices < Spinach::FeatureSteps
...
@@ -19,12 +19,12 @@ class ProjectServices < Spinach::FeatureSteps
And
'I fill gitlab-ci settings'
do
And
'I fill gitlab-ci settings'
do
check
'Active'
check
'Active'
fill_in
'Project
URL
'
,
with:
'http://ci.gitlab.org/projects/3'
fill_in
'Project
url
'
,
with:
'http://ci.gitlab.org/projects/3'
fill_in
'
CI Project t
oken'
,
with:
'verySecret'
fill_in
'
T
oken'
,
with:
'verySecret'
click_button
'Save'
click_button
'Save'
end
end
Then
'I should see service settings saved'
do
Then
'I should see service settings saved'
do
find_field
(
'Project
URL
'
).
value
.
should
==
'http://ci.gitlab.org/projects/3'
find_field
(
'Project
url
'
).
value
.
should
==
'http://ci.gitlab.org/projects/3'
end
end
end
end
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