diff options
Diffstat (limited to 'spec')
-rw-r--r-- | spec/models/project_services/discord_service_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/models/project_services/discord_service_spec.rb b/spec/models/project_services/discord_service_spec.rb index 52e2314b080..be82f223478 100644 --- a/spec/models/project_services/discord_service_spec.rb +++ b/spec/models/project_services/discord_service_spec.rb @@ -3,7 +3,7 @@ require "spec_helper" describe DiscordService do - it_behaves_like "chat service", "Hangouts Chat" do + it_behaves_like "chat service", "Discord notifications" do let(:client) { Discordrb::Webhooks::Client } let(:client_arguments) { { url: webhook_url } } let(:content_key) { :content } |