gitlab-org--gitlab-foss/spec/models/project_services/mattermost_notification_service_spec.rb

6 lines
137 B
Ruby
Raw Normal View History

2016-11-25 14:36:37 -05:00
require 'spec_helper'
describe MattermostNotificationService, models: true do
it_behaves_like "slack or mattermost notifications"
2016-11-25 14:36:37 -05:00
end