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
79cb6b8c
Commit
79cb6b8c
authored
Jul 31, 2020
by
Eulyeon Ko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove stub feature flags
Remove stub feature flags
parent
f1321c8a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
12 deletions
+0
-12
ee/spec/features/issues/bulk_assignment_epic_spec.rb
ee/spec/features/issues/bulk_assignment_epic_spec.rb
+0
-4
ee/spec/features/issues/bulk_assignment_health_status_spec.rb
...pec/features/issues/bulk_assignment_health_status_spec.rb
+0
-4
spec/features/explore/groups_spec.rb
spec/features/explore/groups_spec.rb
+0
-4
No files found.
ee/spec/features/issues/bulk_assignment_epic_spec.rb
View file @
79cb6b8c
...
...
@@ -10,10 +10,6 @@ RSpec.describe 'Issues > Epic bulk assignment', :js do
let_it_be
(
:issue2
)
{
create
(
:issue
,
project:
project
,
title:
"Issue 2"
)
}
let!
(
:epic1
)
{
create
(
:epic
,
group:
group
)
}
before
do
stub_feature_flags
(
vue_issuables_list:
false
)
end
context
'as an allowed user'
,
:js
do
before
do
allow
(
group
).
to
receive
(
:feature_enabled?
).
and_return
(
true
)
...
...
ee/spec/features/issues/bulk_assignment_health_status_spec.rb
View file @
79cb6b8c
...
...
@@ -62,10 +62,6 @@ RSpec.describe 'Issues > Health status bulk assignment' do
end
end
before
do
stub_feature_flags
(
vue_issuables_list:
false
)
end
context
'as an allowed user'
,
:js
do
before
do
allow
(
group
).
to
receive
(
:feature_enabled?
).
and_return
(
true
)
...
...
spec/features/explore/groups_spec.rb
View file @
79cb6b8c
...
...
@@ -26,10 +26,6 @@ RSpec.describe 'Explore Groups', :js do
end
end
before
do
stub_feature_flags
(
vue_issuables_list:
false
)
end
shared_examples
'renders public and internal projects'
do
it
do
visit_page
...
...
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