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/template_finder_spec.rb')
-rw-r--r--spec/finders/template_finder_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/finders/template_finder_spec.rb b/spec/finders/template_finder_spec.rb
index eacce0bd996..57956b5aa95 100644
--- a/spec/finders/template_finder_spec.rb
+++ b/spec/finders/template_finder_spec.rb
@@ -189,7 +189,7 @@ RSpec.describe TemplateFinder do
context 'template names hash keys' do
it 'has all the expected keys' do
- expect(result.first.to_h.keys).to match_array(%i(id key name project_id))
+ expect(result.first.to_h.keys).to match_array(%i[id key name project_id])
end
end
end
@@ -223,7 +223,7 @@ RSpec.describe TemplateFinder do
context 'template names hash keys' do
it 'has all the expected keys' do
- expect(result.first.to_h.keys).to match_array(%i(id key name project_id))
+ expect(result.first.to_h.keys).to match_array(%i[id key name project_id])
end
end
end