7 lines
152 B
Ruby
7 lines
152 B
Ruby
# frozen_string_literal: true
|
|
|
|
require 'spec_helper'
|
|
|
|
RSpec.describe SlackService do
|
|
it_behaves_like "slack or mattermost notifications", 'Slack'
|
|
end
|