summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorZ.J. van de Weg <git@zjvandeweg.nl>2016-12-29 10:58:27 +0100
committerZ.J. van de Weg <git@zjvandeweg.nl>2017-01-03 15:01:28 +0100
commit05228dddffbfe7863e129d8778c83c203d9fd883 (patch)
tree303ad6ab7be5cded2073e2158ab749228209a1f7 /spec
parentb0667332ca260dca54b612f4f0b7f664ff000693 (diff)
downloadgitlab-ce-05228dddffbfe7863e129d8778c83c203d9fd883.tar.gz
Rename logo, apply for Slack too
Diffstat (limited to 'spec')
-rw-r--r--spec/features/projects/services/mattermost_slash_command_spec.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/spec/features/projects/services/mattermost_slash_command_spec.rb b/spec/features/projects/services/mattermost_slash_command_spec.rb
index 274d50e7ce4..8de827447ff 100644
--- a/spec/features/projects/services/mattermost_slash_command_spec.rb
+++ b/spec/features/projects/services/mattermost_slash_command_spec.rb
@@ -49,4 +49,10 @@ feature 'Setup Mattermost slash commands', feature: true do
end
end
end
+
+ describe 'stable logo url' do
+ it 'shows a publicly available logo' do
+ expect(File.exist?(Rails.root.join('public/slash-command-logo.png')))
+ end
+ end
end