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

8 lines
171 B
Ruby
Raw Normal View History

# frozen_string_literal: true
2016-11-25 19:36:37 +00:00
require 'spec_helper'
RSpec.describe Integrations::Mattermost do
it_behaves_like Integrations::SlackMattermostNotifier, "Mattermost"
2016-11-25 19:36:37 +00:00
end