summaryrefslogtreecommitdiff
path: root/spec/features/projects/blobs
diff options
context:
space:
mode:
Diffstat (limited to 'spec/features/projects/blobs')
-rw-r--r--spec/features/projects/blobs/user_views_pipeline_editor_button_spec.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/spec/features/projects/blobs/user_views_pipeline_editor_button_spec.rb b/spec/features/projects/blobs/user_views_pipeline_editor_button_spec.rb
index ef3c88b1d9b..b872fa701c8 100644
--- a/spec/features/projects/blobs/user_views_pipeline_editor_button_spec.rb
+++ b/spec/features/projects/blobs/user_views_pipeline_editor_button_spec.rb
@@ -10,7 +10,6 @@ RSpec.describe 'User views pipeline editor button on root ci config file', :js d
context "when the ci config is the root file" do
before do
- stub_feature_flags(consolidated_edit_button: false)
project.add_developer(user)
sign_in(user)
end
@@ -33,7 +32,6 @@ RSpec.describe 'User views pipeline editor button on root ci config file', :js d
context "when user cannot collaborate" do
before do
- stub_feature_flags(consolidated_edit_button: false)
sign_in(user)
end
it 'does not shows the Pipeline Editor button' do