gitlab-org--gitlab-foss/spec/mailers
Mark Chao 5b994b8199 Notify only when unmergeable due to conflict
There is still the edge case when 'no commits' changes to 'conflict'
would not trigger notification, which we ignore for now.

Calling can_be_merged? can cause exception (e.g. non-UTF8)
Ignore those by rescueing.

Remove unmergeable_reason as now only conflict is notified

Update spec
2018-06-20 23:27:17 +08:00
..
emails Add DNS verification to Pages custom domains 2018-02-23 12:22:29 +00:00
previews Add custom additonal email text to all emails 2018-04-04 12:29:03 -05:00
abuse_report_mailer_spec.rb Enable Style/DotPosition Rubocop 👮 2017-06-21 13:48:12 +00:00
notify_spec.rb Notify only when unmergeable due to conflict 2018-06-20 23:27:17 +08:00
repository_check_mailer_spec.rb