gitlab-org--gitlab-foss/spec/lib/gitlab/email/handler
Lin Jen-Shin 176fa21cb7 raise UnknownIncomingEmail when there's no mail_key:
So that we don't have to pretend that CreateNoteHandler
could handle a nil mail_key. Also, since NilClass#=~ would
just return nil for any regular expression, we could just
match it without checking nilness.

Feedback:
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/3363#note_12566407
2016-06-20 19:15:54 +08:00
..
create_issue_handler_spec.rb
create_note_handler_spec.rb raise UnknownIncomingEmail when there's no mail_key: 2016-06-20 19:15:54 +08:00