add ActionMailbox::InboundEmail to total_storage spec

This commit is contained in:
bilal
2020-06-29 14:11:07 +02:00
parent 4bff4c9d5b
commit 6831c66fda

View File

@@ -133,7 +133,8 @@ RSpec.describe Account do
ZoomMeeting,
MedicalRelease,
MiscRelease,
MatchingRequest
MatchingRequest,
ActionMailbox::InboundEmail
]
Rails.application.eager_load!
ActiveRecord::Base.descendants.each do |model|