debian-mirror-gitlab/spec/support/helpers/project_template_test_helper.rb

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

18 lines
515 B
Ruby
Raw Normal View History

2022-07-23 23:45:48 +05:30
# frozen_string_literal: true
module ProjectTemplateTestHelper
def all_templates
%w[
2023-03-04 22:38:38 +05:30
rails spring express iosswift dotnetcore android
gomicro gatsby hugo jekyll plainhtml gitbook
hexo middleman gitpod_spring_petclinic nfhugo
nfjekyll nfplainhtml nfgitbook nfhexo salesforcedx
serverless_framework tencent_serverless_framework
jsonnet cluster_management kotlin_native_linux
pelican bridgetown typo3_distribution
]
2022-07-23 23:45:48 +05:30
end
end
ProjectTemplateTestHelper.prepend_mod