Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
picman committed Dec 15, 2023
1 parent 586004a commit 15aafd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/custom_workflow_mailer_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def test_truth

def test_custom_email_template
CustomWorkflowMailer.deliver_custom_email @user2, subject: 'Subject', template_name: 'mailer/my_email',
template_params: { url: Rails.root }
template_params: { url: Rails.root.to_s }
email = last_email
assert text_part(email).body.include?('Body'), Rails.root.to_s
assert html_part(email).body.include?('Body'), Rails.root.to_s
Expand Down

0 comments on commit 15aafd7

Please sign in to comment.