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
previews Add custom additonal email text to all emails 2018-04-04 12:29:03 -05:00
abuse_report_mailer_spec.rb
notify_spec.rb Notify only when unmergeable due to conflict 2018-06-20 23:27:17 +08:00
repository_check_mailer_spec.rb