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: 9a3ecc66d836683a6a168ef4cfade93b22128ec8 (plain)
1
2
3
4
5
require 'spec_helper'

describe SlackService, models: true do
  it_behaves_like "slack or mattermost notifications"
end