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>2023-08-01 06:08:46 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-08-01 06:08:46 +0300
commit0548fa357572b5c834613fe57b417777a3fda92f (patch)
treed3854ff39ff5c4695f34b186c9867abfee89e800 /spec/scripts
parent83e25d14371953c18ac41b3a0cc27aadefd9bc69 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/scripts')
-rw-r--r--spec/scripts/lib/glfm/update_example_snapshots_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/scripts/lib/glfm/update_example_snapshots_spec.rb b/spec/scripts/lib/glfm/update_example_snapshots_spec.rb
index 78ea31c8e39..717a584f931 100644
--- a/spec/scripts/lib/glfm/update_example_snapshots_spec.rb
+++ b/spec/scripts/lib/glfm/update_example_snapshots_spec.rb
@@ -576,7 +576,7 @@ RSpec.describe Glfm::UpdateExampleSnapshots, '#process', feature_category: :team
end
context 'with full processing of static and WYSIWYG HTML' do
- before(:all) do
+ before(:all) do # rubocop: disable RSpec/BeforeAll
# NOTE: It is a necessary to do a `yarn install` in order to ensure that
# `scripts/lib/glfm/render_wysiwyg_html_and_json.js` can be invoked successfully
# on the CI job (which will not be set up for frontend specs since this is