gitlab-org--gitlab-foss/spec/models/integrations/mattermost_spec.rb

7 lines
169 B
Ruby

# frozen_string_literal: true
require 'spec_helper'
RSpec.describe Integrations::Mattermost do
it_behaves_like "slack or mattermost notifications", "Mattermost"
end