diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2021-06-18 18:10:13 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2021-06-18 18:10:13 +0000 |
commit | dd6e32bf47776514b8fe2abcfe7998503f16baab (patch) | |
tree | f47d5c93958146fcfc6dd0dba3a6e11a2f8061ab /spec/spec_helper.rb | |
parent | c8cc2fe990c52cabcb9912b2b01b5bf16b33d88f (diff) | |
download | gitlab-ce-dd6e32bf47776514b8fe2abcfe7998503f16baab.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/spec_helper.rb')
-rw-r--r-- | spec/spec_helper.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 492b9a478fe..a71fc172ebd 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -271,7 +271,6 @@ RSpec.configure do |config| # See https://gitlab.com/gitlab-org/gitlab/-/issues/33867 stub_feature_flags(file_identifier_hash: false) - stub_feature_flags(unified_diff_components: false) stub_feature_flags(diffs_virtual_scrolling: false) # The following `vue_issues_list`/`vue_issuables_list` stubs can be removed |