mirror of
https://github.com/gitlabhq/gitlabhq.git
synced 2025-08-13 14:44:59 +00:00
11 lines
241 B
Ruby
11 lines
241 B
Ruby
# frozen_string_literal: true
|
|
|
|
require_relative '../../tooling/danger/experiments'
|
|
|
|
module Danger
|
|
class Experiments < ::Danger::Plugin
|
|
# Put the helper code somewhere it can be tested
|
|
include Tooling::Danger::Experiments
|
|
end
|
|
end
|