Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-07-11 09:09:15 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-07-11 09:09:15 +0300
commit7cd0959043b069068738dcf88594b2e6dcf6fe7e (patch)
tree81585b68e39a4d9ce6e209e3ee04d73f1b0c89e6 /spec/serializers/diff_file_base_entity_spec.rb
parentb6e23edd65a3fb7295c0097016ca0bdc93f437c5 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/serializers/diff_file_base_entity_spec.rb')
-rw-r--r--spec/serializers/diff_file_base_entity_spec.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/spec/serializers/diff_file_base_entity_spec.rb b/spec/serializers/diff_file_base_entity_spec.rb
index 2624465bcac..153f854aa58 100644
--- a/spec/serializers/diff_file_base_entity_spec.rb
+++ b/spec/serializers/diff_file_base_entity_spec.rb
@@ -40,10 +40,6 @@ RSpec.describe DiffFileBaseEntity do
let(:options) { { request: EntityRequest.new(current_user: create(:user)), merge_request: merge_request } }
let(:params) { {} }
- before do
- stub_feature_flags(web_ide_default: false)
- end
-
shared_examples 'a diff file edit path to the source branch' do
it do
expect(entity[:edit_path]).to eq(Gitlab::Routing.url_helpers.project_edit_blob_path(project, File.join(merge_request.source_branch, diff_file.new_path), params))