debian-mirror-gitlab/spec/models/integrations/mattermost_spec.rb

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
171 B
Ruby
Raw Normal View History

2021-09-04 01:27:46 +05:30
# frozen_string_literal: true
require 'spec_helper'
RSpec.describe Integrations::Mattermost do
it_behaves_like Integrations::SlackMattermostNotifier, "Mattermost"
end