debian-mirror-gitlab/danger/plugins/specs.rb

11 lines
223 B
Ruby
Raw Normal View History

2021-11-18 22:05:49 +05:30
# 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