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:
authorRémy Coutable <remy@rymai.me>2019-02-14 17:35:00 +0300
committerRémy Coutable <remy@rymai.me>2019-02-14 18:49:29 +0300
commite3b79499f57be32b51c0f0baf1f1cc74626e6a2b (patch)
treee3e5be03a9b7c3a361df2919bc66348e238c8810 /spec/lib/gitlab/danger
parent1fc89ca9452c814d73245ec205d8e846d8760439 (diff)
Make Danger as for backend review for .gitlab-ci.yml
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'spec/lib/gitlab/danger')
-rw-r--r--spec/lib/gitlab/danger/helper_spec.rb13
1 files changed, 7 insertions, 6 deletions
diff --git a/spec/lib/gitlab/danger/helper_spec.rb b/spec/lib/gitlab/danger/helper_spec.rb
index 75080aacd96..ac3e4b04230 100644
--- a/spec/lib/gitlab/danger/helper_spec.rb
+++ b/spec/lib/gitlab/danger/helper_spec.rb
@@ -244,12 +244,13 @@ describe Gitlab::Danger::Helper do
'vendor/languages.yml' | :backend
'vendor/licenses.csv' | :backend
- 'Dangerfile' | :backend
- 'Gemfile' | :backend
- 'Gemfile.lock' | :backend
- 'Procfile' | :backend
- 'Rakefile' | :backend
- 'FOO_VERSION' | :backend
+ 'Dangerfile' | :backend
+ 'Gemfile' | :backend
+ 'Gemfile.lock' | :backend
+ 'Procfile' | :backend
+ 'Rakefile' | :backend
+ '.gitlab-ci.yml' | :backend
+ 'FOO_VERSION' | :backend
'ee/FOO_VERSION' | :unknown