12993: fix lint issues

This commit is contained in:
Ahmed Ejaz
2024-12-02 18:40:18 +05:00
parent 4c6c1eedb1
commit af200ab4a0

View File

@@ -265,7 +265,7 @@ RSpec.describe ProducerMailer, type: :mailer do
summary = customer_details_summary_text(mail)
product_line_by_summary(summary, product_name)
end
def product_line_from_order_summary_text(mail, product_name)
summary = body_as_text(mail)
.split(I18n.t(:producer_mail_order_customer_text))