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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
45c65413
Commit
45c65413
authored
Jun 30, 2020
by
ddavison
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update 4_verify tests to use outer describe
Remove monkey-patch for RSpec
parent
658b5eae
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
qa/qa/specs/features/browser_ui/4_verify/ci_variable/add_remove_ci_variable_spec.rb
...er_ui/4_verify/ci_variable/add_remove_ci_variable_spec.rb
+1
-1
qa/qa/specs/features/browser_ui/4_verify/pipeline/create_and_process_pipeline_spec.rb
..._ui/4_verify/pipeline/create_and_process_pipeline_spec.rb
+1
-1
qa/qa/specs/features/browser_ui/4_verify/runner/register_runner_spec.rb
...atures/browser_ui/4_verify/runner/register_runner_spec.rb
+1
-1
qa/qa/specs/features/browser_ui/4_verify/testing/view_code_coverage_spec.rb
...es/browser_ui/4_verify/testing/view_code_coverage_spec.rb
+1
-1
No files found.
qa/qa/specs/features/browser_ui/4_verify/ci_variable/add_remove_ci_variable_spec.rb
View file @
45c65413
# frozen_string_literal: true
module
QA
context
'Verify'
do
RSpec
.
describe
'Verify'
do
describe
'Add or Remove CI variable via UI'
,
:smoke
do
let!
(
:project
)
do
Resource
::
Project
.
fabricate_via_api!
do
|
project
|
...
...
qa/qa/specs/features/browser_ui/4_verify/pipeline/create_and_process_pipeline_spec.rb
View file @
45c65413
# frozen_string_literal: true
module
QA
context
'Verify'
,
:docker
,
:runner
do
RSpec
.
describe
'Verify'
,
:docker
,
:runner
do
describe
'Pipeline creation and processing'
do
let
(
:executor
)
{
"qa-runner-
#{
Time
.
now
.
to_i
}
"
}
let
(
:max_wait
)
{
30
}
...
...
qa/qa/specs/features/browser_ui/4_verify/runner/register_runner_spec.rb
View file @
45c65413
# frozen_string_literal: true
module
QA
context
'Verify'
,
:docker
,
:runner
do
RSpec
.
describe
'Verify'
,
:docker
,
:runner
do
describe
'Runner registration'
do
let
(
:executor
)
{
"qa-runner-
#{
Time
.
now
.
to_i
}
"
}
let!
(
:runner
)
do
...
...
qa/qa/specs/features/browser_ui/4_verify/testing/view_code_coverage_spec.rb
View file @
45c65413
# frozen_string_literal: true
module
QA
context
'Verify'
,
:docker
,
:runner
do
RSpec
.
describe
'Verify'
,
:docker
,
:runner
do
describe
'Code coverage statistics'
do
let
(
:simplecov
)
{
'\(\d+.\d+\%\) covered'
}
let
(
:executor
)
{
"qa-runner-
#{
Time
.
now
.
to_i
}
"
}
...
...
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