Freeze abstract templates constant in specs
This commit is contained in:
parent
714c77a6fa
commit
b491e3f91b
|
|
@ -3,7 +3,7 @@
|
|||
require 'spec_helper'
|
||||
|
||||
describe "CI YML Templates" do
|
||||
ABSTRACT_TEMPLATES = %w[Serverless]
|
||||
ABSTRACT_TEMPLATES = %w[Serverless].freeze
|
||||
|
||||
def self.concrete_templates
|
||||
Gitlab::Template::GitlabCiYmlTemplate.all.reject do |template|
|
||||
|
|
|
|||
Loading…
Reference in New Issue