summaryrefslogtreecommitdiff
path: root/app/models/integrations/base_slash_commands.rb
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-07-08 18:09:32 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2021-07-08 18:09:32 +0000
commit7e17b031fa8e57a698fc474ded12eaa2553c87f5 (patch)
treed753ae5527f835901f86a30608c024e86e11fbaa /app/models/integrations/base_slash_commands.rb
parent66a3180a3b9417cb5259ecca83934f22b136394b (diff)
downloadgitlab-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.rb2
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