Skip to content
GitLab
Next
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
GitLab
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
4
Snippets
Groups
Projects
Show more breadcrumbs
GitLab.org
GitLab
Commits
4e59b89b
Commit
4e59b89b
authored
2 years ago
by
Allison Browne
Browse files
Options
Downloads
Patches
Plain Diff
Remove un-used flag stubs
parent
6083b2e6
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!102187
Remove `devops_adoption` and `thing` feature flag stub
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ee/spec/requests/api/groups_spec.rb
+1
-1
1 addition, 1 deletion
ee/spec/requests/api/groups_spec.rb
spec/features/admin/admin_dev_ops_reports_spec.rb
+2
-2
2 additions, 2 deletions
spec/features/admin/admin_dev_ops_reports_spec.rb
with
3 additions
and
3 deletions
ee/spec/requests/api/groups_spec.rb
+
1
−
1
View file @
4e59b89b
...
...
@@ -1068,7 +1068,7 @@
context
'when feature flag is disabled for the group'
do
before
do
stub_feature_flags
(
immediate_delete_subgroup_api:
false
,
thing:
group
)
stub_feature_flags
(
immediate_delete_subgroup_api:
false
)
end
it_behaves_like
'does not immediately enqueues the job to delete the group'
,
'Group has been already marked for deletion'
...
...
This diff is collapsed.
Click to expand it.
spec/features/admin/admin_dev_ops_reports_spec.rb
+
2
−
2
View file @
4e59b89b
...
...
@@ -9,9 +9,9 @@
gitlab_enable_admin_mode_sign_in
(
admin
)
end
context
'with
devops_adoption feature flag disabled
'
do
context
'with
out licensed feature devops adoption
'
do
before
do
stub_feature
_flag
s
(
devops_adoption:
false
)
stub_
licensed_
features
(
devops_adoption:
false
)
end
it
'has dismissable intro callout'
do
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment