Welcome to mirror list, hosted at ThFree Co, Russian Federation.

slack_service_spec.rb « project_services « models « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 13cf4d1915efa6657c78195d92415f9d767b0620 (plain)
1
2
3
4
5
require 'spec_helper'

describe SlackService do
  it_behaves_like "slack or mattermost notifications"
end