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
|
2017-08-17 22:00:37 +05:30
|
|
|
it_behaves_like "slack or mattermost notifications"
|
2015-04-26 12:48:37 +05:30
|
|
|
end
|