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
d08777b1
Commit
d08777b1
authored
Jun 28, 2016
by
Lin Jen-Shin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rename to assignable runner for shared examples:
Feedback:
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/4961#note_12738607
parent
95c99cd4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
admin_runners_spec.rb
spec/features/admin/admin_runners_spec.rb
+3
-3
No files found.
spec/features/admin/admin_runners_spec.rb
View file @
d08777b1
...
@@ -62,7 +62,7 @@ describe "Admin Runners" do
...
@@ -62,7 +62,7 @@ describe "Admin Runners" do
end
end
describe
'enable/create'
do
describe
'enable/create'
do
shared_examples
'
enable runners
'
do
shared_examples
'
assignable runner
'
do
it
'enables a runner for a project'
do
it
'enables a runner for a project'
do
within
'.unassigned-projects'
do
within
'.unassigned-projects'
do
click_on
'Enable'
click_on
'Enable'
...
@@ -80,7 +80,7 @@ describe "Admin Runners" do
...
@@ -80,7 +80,7 @@ describe "Admin Runners" do
visit
admin_runner_path
(
runner
)
visit
admin_runner_path
(
runner
)
end
end
it_behaves_like
'
enable runners
'
it_behaves_like
'
assignable runner
'
end
end
context
'with shared runner'
do
context
'with shared runner'
do
...
@@ -90,7 +90,7 @@ describe "Admin Runners" do
...
@@ -90,7 +90,7 @@ describe "Admin Runners" do
visit
admin_runner_path
(
runner
)
visit
admin_runner_path
(
runner
)
end
end
it_behaves_like
'
enable runners
'
it_behaves_like
'
assignable runner
'
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