summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorKamil TrzciƄski <ayufan@ayufan.eu>2017-01-03 15:53:04 +0000
committerDouglas Barbosa Alexandre <dbalexandre@gmail.com>2017-01-05 15:43:57 -0200
commit8fcb955923a64e32820a6fdde2a80a0a8ec4fbea (patch)
tree900615c28a7f77ee73dc4b6776a73faff1909a3c /spec
parentc6c83ca88ee5b667c406b36bcb7071a0f9dbefa4 (diff)
downloadgitlab-ce-8fcb955923a64e32820a6fdde2a80a0a8ec4fbea.tar.gz
Merge branch 'use-stable-icon-url' into 'master'
Use stable icon for Mattermost integration See merge request !8252
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