diff options
author | Jason Lenny <jlenny@gitlab.com> | 2019-03-07 14:48:03 +0100 |
---|---|---|
committer | Jason Lenny <jlenny@gitlab.com> | 2019-03-07 20:02:40 +0100 |
commit | e9aef30b50336fae67b2bd0a6425956a450b84c1 (patch) | |
tree | 0ccb50abb76a00d1962fad5262b1e6833a38c6c6 /spec/lib | |
parent | dd930faea663ec387c09141fcad943bb5daf503b (diff) | |
download | gitlab-ce-e9aef30b50336fae67b2bd0a6425956a450b84c1.tar.gz |
Add Android template
Diffstat (limited to 'spec/lib')
-rw-r--r-- | spec/lib/gitlab/project_template_spec.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/lib/gitlab/project_template_spec.rb b/spec/lib/gitlab/project_template_spec.rb index c9b93a84aef..8c2fc048a54 100644 --- a/spec/lib/gitlab/project_template_spec.rb +++ b/spec/lib/gitlab/project_template_spec.rb @@ -9,6 +9,7 @@ describe Gitlab::ProjectTemplate do described_class.new('express', 'NodeJS Express', 'Includes an MVC structure, .gitignore, Gemfile, and more great stuff', 'https://gitlab.com/gitlab-org/project-templates/express'), described_class.new('iosswift', 'iOS (Swift)', 'A ready-to-go template for use with iOS Swift apps.', 'https://gitlab.com/gitlab-org/project-templates/iosswift'), described_class.new('dotnetcore', '.NET Core', 'A .NET Core console application template, customizable for any .NET Core project', 'https://gitlab.com/gitlab-org/project-templates/dotnetcore'), + described_class.new('android', 'Android', 'A ready-to-go template for use with Android apps.', 'https://gitlab.com/gitlab-org/project-templates/android'), described_class.new('gomicro', 'Go Micro', 'Go Micro is a framework for micro service development.', 'https://gitlab.com/gitlab-org/project-templates/go-micro'), described_class.new('hugo', 'Pages/Hugo', 'Everything you need to get started using a Hugo Pages site.', 'https://gitlab.com/pages/hugo'), described_class.new('jekyll', 'Pages/Jekyll', 'Everything you need to get started using a Jekyll Pages site.', 'https://gitlab.com/pages/jekyll'), |