2019-07-07 11:18:12 +05:30
|
|
|
# frozen_string_literal: true
|
|
|
|
|
2015-04-26 12:48:37 +05:30
|
|
|
require 'spec_helper'
|
|
|
|
|
2017-09-10 17:25:29 +05:30
|
|
|
describe SlackService do
|
2019-12-04 20:38:33 +05:30
|
|
|
it_behaves_like "slack or mattermost notifications", 'Slack'
|
2015-04-26 12:48:37 +05:30
|
|
|
end
|