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:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-10-01 09:09:45 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-10-01 09:09:45 +0300
commit533ef6532ae5499b8ff2f886cbc677844c7b82e1 (patch)
tree26fdc7ca683c23bc2bc940b23fc3f11ded05fcae /danger/plugins
parent7658b09b49ce4abfc402682d446ce263017f3a57 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'danger/plugins')
-rw-r--r--danger/plugins/specs.rb10
1 files changed, 10 insertions, 0 deletions
diff --git a/danger/plugins/specs.rb b/danger/plugins/specs.rb
new file mode 100644
index 00000000000..3188785487e
--- /dev/null
+++ b/danger/plugins/specs.rb
@@ -0,0 +1,10 @@
+# frozen_string_literal: true
+
+require_relative '../../tooling/danger/specs'
+
+module Danger
+ class Specs < ::Danger::Plugin
+ # Put the helper code somewhere it can be tested
+ include Tooling::Danger::Specs
+ end
+end