DEV: Refactor test to not call private method.

This commit is contained in:
Guo Xiang Tan
2018-08-21 14:29:58 +08:00
parent 48f499b324
commit 7dcc69aef4
3 changed files with 18 additions and 20 deletions

View File

@@ -1,6 +1,7 @@
module Email
class Processor
attr_reader :receiver
def initialize(mail, retry_on_rate_limit = true)
@mail = mail