Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
heptapod
heptapod
Commits
fa5ac8a59b1f
Commit
c5a16c1b
authored
Nov 10, 2018
by
blackst0ne
Browse files
Fix minor offenses
parent
e98b752878cd
Changes
2
Hide whitespace changes
Inline
Side-by-side
app/models/project_services/discord_service.rb
View file @
fa5ac8a5
...
...
@@ -25,10 +25,6 @@ def help
</ol>"
end
def
webhook_placeholder
"https://discordapp.com/api/webhooks/..."
end
def
event_field
(
event
)
# No-op.
end
...
...
@@ -39,7 +35,7 @@ def default_channel_placeholder
def
default_fields
[
{
type:
"text"
,
name:
"webhook"
,
placeholder:
"e.g.
#{
webhook_placeholder
}
"
},
{
type:
"text"
,
name:
"webhook"
,
placeholder:
"e.g.
https://discordapp.com/api/webhooks/…
"
},
{
type:
"checkbox"
,
name:
"notify_only_broken_pipelines"
},
{
type:
"checkbox"
,
name:
"notify_only_default_branch"
}
]
...
...
spec/models/project_services/discord_service_spec.rb
View file @
fa5ac8a5
...
...
@@ -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
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment