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
8999ca18
Commit
8999ca18
authored
Feb 09, 2022
by
Heinrich Lee Yu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo in spec context
parent
7b740b2f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
spec/support/shared_examples/controllers/uploads_actions_shared_examples.rb
...d_examples/controllers/uploads_actions_shared_examples.rb
+2
-2
No files found.
spec/support/shared_examples/controllers/uploads_actions_shared_examples.rb
View file @
8999ca18
...
...
@@ -205,7 +205,7 @@ RSpec.shared_examples 'handle uploads' do
allow_any_instance_of
(
FileUploader
).
to
receive
(
:image?
).
and_return
(
true
)
end
context
"e
xtract_mr_diff_commit_deletion
s feature flag"
do
context
"e
nforce_auth_checks_on_upload
s feature flag"
do
context
"with flag enabled"
do
before
do
stub_feature_flags
(
enforce_auth_checks_on_uploads:
true
)
...
...
@@ -296,7 +296,7 @@ RSpec.shared_examples 'handle uploads' do
allow_any_instance_of
(
FileUploader
).
to
receive
(
:image?
).
and_return
(
true
)
end
context
"e
xtract_mr_diff_commit_deletion
s feature flag"
do
context
"e
nforce_auth_checks_on_upload
s feature flag"
do
context
"with flag enabled"
do
before
do
stub_feature_flags
(
enforce_auth_checks_on_uploads:
true
)
...
...
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