summaryrefslogtreecommitdiff
path: root/app/models/project_services/chat_notification_service.rb
diff options
context:
space:
mode:
authorJarka Kadlecova <jarka@gitlab.com>2017-05-26 12:50:52 +0200
committerJarka Kadlecova <jarka@gitlab.com>2017-06-01 07:47:15 +0200
commitb71025c014babf9663e0451ad21eabde91570259 (patch)
tree743041e1fe0480c44671c95a0f470c62c9ed9d60 /app/models/project_services/chat_notification_service.rb
parent44f2504a811b107a35403d9c0a8b8fce66f502c8 (diff)
downloadgitlab-ce-b71025c014babf9663e0451ad21eabde91570259.tar.gz
Add feature tests for improved JIRA settings
Diffstat (limited to 'app/models/project_services/chat_notification_service.rb')
-rw-r--r--app/models/project_services/chat_notification_service.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/app/models/project_services/chat_notification_service.rb b/app/models/project_services/chat_notification_service.rb
index da7a4067d8e..6d1a321f651 100644
--- a/app/models/project_services/chat_notification_service.rb
+++ b/app/models/project_services/chat_notification_service.rb
@@ -21,10 +21,6 @@ class ChatNotificationService < Service
end
end
- def can_test?
- valid?
- end
-
def self.supported_events
%w[push issue confidential_issue merge_request note tag_push
pipeline wiki_page]