diff options
Diffstat (limited to 'spec/models/integrations/mattermost_spec.rb')
-rw-r--r-- | spec/models/integrations/mattermost_spec.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/spec/models/integrations/mattermost_spec.rb b/spec/models/integrations/mattermost_spec.rb new file mode 100644 index 00000000000..f7702846b6c --- /dev/null +++ b/spec/models/integrations/mattermost_spec.rb @@ -0,0 +1,7 @@ +# frozen_string_literal: true + +require 'spec_helper' + +RSpec.describe Integrations::Mattermost do + it_behaves_like Integrations::SlackMattermostNotifier, "Mattermost" +end |