summaryrefslogtreecommitdiff
path: root/qa/lib/slack.rb
blob: 95e81b700f51343c7f3a03c82869ff5c0e10a262 (plain)
1
2
3
4
5
6
7
8
9
# frozen_string_literal: true

require 'chemlab/library'

module Slack
  include Chemlab::Library

  self.base_url = 'https://slack.com'
end