提交 28c08775 编写于 作者: M Marin Jankovski

Add a comment in interceptor spec.

上级 3b6737f9
......@@ -13,6 +13,9 @@ describe DisableEmailInterceptor do
end
after do
# Removing interceptor from the list because unregister_interceptor is
# implemented in later version of mail gem
# See: https://github.com/mikel/mail/pull/705
Mail.class_variable_set(:@@delivery_interceptors, [])
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册