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-10-06 09:09:15 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-10-06 09:09:15 +0300
commit760ddae438828cf73c61f2ca1f4e1f4b9c1d5d2f (patch)
tree023aaff89705b8c85d67958d3aef75c2540a94af /spec/components/pajamas
parente6f1de5a8fc0a18647d4ff8cff0a50988dcb8e99 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/components/pajamas')
-rw-r--r--spec/components/pajamas/component_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/components/pajamas/component_spec.rb b/spec/components/pajamas/component_spec.rb
index 7385519b468..d5c7a0e2538 100644
--- a/spec/components/pajamas/component_spec.rb
+++ b/spec/components/pajamas/component_spec.rb
@@ -30,7 +30,7 @@ RSpec.describe Pajamas::Component do
subject.send(
:format_options,
options: { foo: 'bar', class: 'gl-display-flex gl-py-5' },
- css_classes: %w(gl-px-5 gl-mt-5),
+ css_classes: %w[gl-px-5 gl-mt-5],
additional_options: { baz: 'bax' }
)
).to match({