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:
Diffstat (limited to 'spec/finders/license_template_finder_spec.rb')
-rw-r--r--spec/finders/license_template_finder_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/finders/license_template_finder_spec.rb b/spec/finders/license_template_finder_spec.rb
index 754b92faccc..21c4cf74fd0 100644
--- a/spec/finders/license_template_finder_spec.rb
+++ b/spec/finders/license_template_finder_spec.rb
@@ -75,7 +75,7 @@ RSpec.describe LicenseTemplateFinder do
context 'template names hash keys' do
it 'has all the expected keys' do
- expect(template_names.values.flatten.first.keys).to match_array(%i(id key name project_id))
+ expect(template_names.values.flatten.first.keys).to match_array(%i[id key name project_id])
end
end
end