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:
authorKamil Trzcinski <ayufan@ayufan.eu>2016-12-16 16:21:06 +0300
committerKamil Trzcinski <ayufan@ayufan.eu>2016-12-16 19:51:08 +0300
commitf9f1a508c6a4bdb2fcee98d18394e28e1cc663c3 (patch)
treee7cb601bb1a62123c8077d2b11341bb745f41352 /lib/gitlab/chat_commands
parentebc3f62be52e386b4550e01ce589744e880ad443 (diff)
Fix SlackSlashCommands tests
Diffstat (limited to 'lib/gitlab/chat_commands')
-rw-r--r--lib/gitlab/chat_commands/presenter.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/chat_commands/presenter.rb b/lib/gitlab/chat_commands/presenter.rb
index c86efc0c3f8..98356ebebb3 100644
--- a/lib/gitlab/chat_commands/presenter.rb
+++ b/lib/gitlab/chat_commands/presenter.rb
@@ -1,5 +1,5 @@
module Gitlab
- class ChatCommands
+ module ChatCommands
class Presenter
include Gitlab::Routing.url_helpers