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
Boxiang Sun
gitlab-ce
Commits
85949ac1
Commit
85949ac1
authored
May 24, 2018
by
Dylan Griffith
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix spec/features/runners_spec.rb
parent
da75618b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
spec/features/runners_spec.rb
spec/features/runners_spec.rb
+2
-2
No files found.
spec/features/runners_spec.rb
View file @
85949ac1
...
@@ -29,7 +29,7 @@ feature 'Runners' do
...
@@ -29,7 +29,7 @@ feature 'Runners' do
end
end
context
'when a project_type runner is activated on the project'
do
context
'when a project_type runner is activated on the project'
do
given
(
:specific_runner
)
{
create
(
:ci_runner
,
:project
,
projects:
[
specific_runner
])
}
given
!
(
:specific_runner
)
{
create
(
:ci_runner
,
:project
,
projects:
[
project
])
}
scenario
'user sees the specific runner'
do
scenario
'user sees the specific runner'
do
visit
project_runners_path
(
project
)
visit
project_runners_path
(
project
)
...
@@ -122,7 +122,7 @@ feature 'Runners' do
...
@@ -122,7 +122,7 @@ feature 'Runners' do
context
'when a specific runner exists in another project'
do
context
'when a specific runner exists in another project'
do
given
(
:another_project
)
{
create
(
:project
)
}
given
(
:another_project
)
{
create
(
:project
)
}
given
(
:specific_runner
)
{
create
(
:ci_runner
,
:project
,
projects:
[
another_project
])
}
given
!
(
:specific_runner
)
{
create
(
:ci_runner
,
:project
,
projects:
[
another_project
])
}
background
do
background
do
another_project
.
add_master
(
user
)
another_project
.
add_master
(
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