diff options
author | Z.J. van de Weg <git@zjvandeweg.nl> | 2016-12-29 10:58:27 +0100 |
---|---|---|
committer | Z.J. van de Weg <git@zjvandeweg.nl> | 2017-01-03 15:01:28 +0100 |
commit | 05228dddffbfe7863e129d8778c83c203d9fd883 (patch) | |
tree | 303ad6ab7be5cded2073e2158ab749228209a1f7 /spec/features/projects/services | |
parent | b0667332ca260dca54b612f4f0b7f664ff000693 (diff) | |
download | gitlab-ce-05228dddffbfe7863e129d8778c83c203d9fd883.tar.gz |
Rename logo, apply for Slack too
Diffstat (limited to 'spec/features/projects/services')
-rw-r--r-- | spec/features/projects/services/mattermost_slash_command_spec.rb | 6 |
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 |