1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Proper order

This commit is contained in:
David Heinemeier Hansson 2018-09-18 16:26:35 -07:00
parent 016ba4dbfa
commit 4d428e078e

View file

@ -15,7 +15,7 @@ module ActionMailroom
test "routed to mailbox" do
@router.route create_inbound_email("welcome.eml")
assert_equal $processed, "Discussion: Let's debate these attachments"
assert_equal "Discussion: Let's debate these attachments", $processed
end
end
end