2019-03-30 03:23:56 -04:00
|
|
|
# frozen_string_literal: true
|
|
|
|
|
2016-11-25 14:36:37 -05:00
|
|
|
require 'spec_helper'
|
|
|
|
|
2021-05-31 23:10:06 -04:00
|
|
|
RSpec.describe Integrations::Mattermost do
|
2021-06-02 05:09:46 -04:00
|
|
|
it_behaves_like Integrations::SlackMattermostNotifier, "Mattermost"
|
2016-11-25 14:36:37 -05:00
|
|
|
end
|