diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2021-07-08 18:09:32 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2021-07-08 18:09:32 +0000 |
commit | 7e17b031fa8e57a698fc474ded12eaa2553c87f5 (patch) | |
tree | d753ae5527f835901f86a30608c024e86e11fbaa /app/models/integrations/base_slash_commands.rb | |
parent | 66a3180a3b9417cb5259ecca83934f22b136394b (diff) | |
download | gitlab-ce-7e17b031fa8e57a698fc474ded12eaa2553c87f5.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/models/integrations/base_slash_commands.rb')
-rw-r--r-- | app/models/integrations/base_slash_commands.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/integrations/base_slash_commands.rb b/app/models/integrations/base_slash_commands.rb index eacf1184aae..1d271e75a91 100644 --- a/app/models/integrations/base_slash_commands.rb +++ b/app/models/integrations/base_slash_commands.rb @@ -20,7 +20,7 @@ module Integrations %w() end - def can_test? + def testable? false end |