Welcome to mirror list, hosted at ThFree Co, Russian Federation.

mattermost_spec.rb « integrations « models « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f7702846b6c1bc287f3b17383cf9bb0426076d8d (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

require 'spec_helper'

RSpec.describe Integrations::Mattermost do
  it_behaves_like Integrations::SlackMattermostNotifier, "Mattermost"
end