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
ab704e15
Commit
ab704e15
authored
Mar 31, 2021
by
ddavison
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove ObjectStorage scenario
parent
c85a1468
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
22 deletions
+0
-22
qa/qa/scenario/test/integration/object_storage.rb
qa/qa/scenario/test/integration/object_storage.rb
+0
-13
qa/spec/scenario/test/integration/object_storage_spec.rb
qa/spec/scenario/test/integration/object_storage_spec.rb
+0
-9
No files found.
qa/qa/scenario/test/integration/object_storage.rb
deleted
100644 → 0
View file @
c85a1468
# frozen_string_literal: true
module
QA
module
Scenario
module
Test
module
Integration
class
ObjectStorage
<
Test
::
Instance
::
All
tags
:object_storage
end
end
end
end
end
qa/spec/scenario/test/integration/object_storage_spec.rb
deleted
100644 → 0
View file @
c85a1468
# frozen_string_literal: true
RSpec
.
describe
QA
::
Scenario
::
Test
::
Integration
::
ObjectStorage
do
describe
'#perform'
do
it_behaves_like
'a QA scenario class'
do
let
(
:tags
)
{
[
:object_storage
]
}
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