Skip to content

Commit 0e6dc1c

Browse files
committed
do not assert against annotation
1 parent 2750a14 commit 0e6dc1c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

test/sandbox/test/mailer_test.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ class MailerTest < ActionMailer::TestCase
66
def test_rendering_component_in_an_action_mailer
77
result = TestMailer.test_email.deliver_now.body.to_s
88
assert_includes result, "<div>Hello world!</div>"
9-
assert_includes result, "test_email.html.erb"
109
end
1110

1211
def test_rendering_component_in_an_action_mailer_with_asset_component

0 commit comments

Comments
 (0)