discourse/spec/components/email
Leo McArdle 99527af38a FIX: show rejected emails with unrecognized errors (#5026)
Although 407a23663d will send rejection
messages for unrecognized errors, sometimes processing the email will
raise an error which has a blank message.

This commit:

1. Shows rejected emails which have already been processed and contain
   a blank error in /admin/email/rejected

2. Replaces new blank error messages with the error type
2017-08-04 16:20:44 +02:00
..
email_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
message_builder_spec.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
processor_spec.rb FEATURE: remove the timecop gem 2017-07-24 12:11:10 -04:00
receiver_spec.rb FIX: show rejected emails with unrecognized errors (#5026) 2017-08-04 16:20:44 +02:00
renderer_spec.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
sender_spec.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
styles_spec.rb Re-enable skip tests for `Email::Styles`. 2017-07-24 23:16:54 +09:00