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>2023-01-31 06:08:13 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-01-31 06:08:13 +0300
commit25805c16335ed6466f0e475417e3005cd09848c2 (patch)
tree59e83dff33c409d33b6cfac4c1bfd8e310eadb78 /qa/lib/slack.rb
parent13ddda5208f9175e822af6d05a32600bc9cad091 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'qa/lib/slack.rb')
-rw-r--r--qa/lib/slack.rb9
1 files changed, 9 insertions, 0 deletions
diff --git a/qa/lib/slack.rb b/qa/lib/slack.rb
new file mode 100644
index 00000000000..95e81b700f5
--- /dev/null
+++ b/qa/lib/slack.rb
@@ -0,0 +1,9 @@
+# frozen_string_literal: true
+
+require 'chemlab/library'
+
+module Slack
+ include Chemlab::Library
+
+ self.base_url = 'https://slack.com'
+end