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
515c80f7
Commit
515c80f7
authored
Jul 08, 2020
by
Erick Banks
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo for RSpec reference
parent
80ea3b8e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
qa/qa/specs/features/ee/api/enablement/elasticsearch/advanced_global_advanced_syntax_search_spec.rb
...sticsearch/advanced_global_advanced_syntax_search_spec.rb
+2
-1
qa/qa/specs/features/ee/api/enablement/elasticsearch/elasticsearch_api_spec.rb
...ee/api/enablement/elasticsearch/elasticsearch_api_spec.rb
+2
-1
No files found.
qa/qa/specs/features/ee/api/enablement/elasticsearch/advanced_global_advanced_syntax_search_spec.rb
View file @
515c80f7
# frozen_string_literal: true
require
'airborne'
require
'securerandom'
module
QA
R
s
pec
.
describe
'Enablement:Search'
do
R
S
pec
.
describe
'Enablement:Search'
do
describe
'Elasticsearch advanced global search with advanced syntax'
,
:orchestrated
,
:elasticsearch
,
:requires_admin
do
let
(
:project_name_suffix
)
{
SecureRandom
.
hex
(
8
)
}
let
(
:api_client
)
{
Runtime
::
API
::
Client
.
new
(
:gitlab
)
}
...
...
qa/qa/specs/features/ee/api/enablement/elasticsearch/elasticsearch_api_spec.rb
View file @
515c80f7
# frozen_string_literal: true
require
'airborne'
require
'securerandom'
module
QA
R
s
pec
.
describe
'Enablement:Search'
do
R
S
pec
.
describe
'Enablement:Search'
do
describe
'When using elasticsearch API to search for a known blob'
,
:orchestrated
,
:elasticsearch
,
:requires_admin
do
let
(
:project_file_content
)
{
"elasticsearch:
#{
SecureRandom
.
hex
(
8
)
}
"
}
let
(
:non_member_user
)
{
Resource
::
User
.
fabricate_or_use
(
'non_member_user'
,
'non_member_user_password'
)
}
...
...
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