From 05228dddffbfe7863e129d8778c83c203d9fd883 Mon Sep 17 00:00:00 2001 From: "Z.J. van de Weg" Date: Thu, 29 Dec 2016 10:58:27 +0100 Subject: Rename logo, apply for Slack too --- spec/features/projects/services/mattermost_slash_command_spec.rb | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'spec') 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 -- cgit v1.2.1