Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZ.J. van de Weg <git@zjvandeweg.nl>2016-12-29 12:58:27 +0300
committerZ.J. van de Weg <git@zjvandeweg.nl>2017-01-03 17:01:28 +0300
commit05228dddffbfe7863e129d8778c83c203d9fd883 (patch)
tree303ad6ab7be5cded2073e2158ab749228209a1f7 /spec/features/projects/services
parentb0667332ca260dca54b612f4f0b7f664ff000693 (diff)
Rename logo, apply for Slack too
Diffstat (limited to 'spec/features/projects/services')
-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