We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c92551a commit 7fdc658Copy full SHA for 7fdc658
test/models/message_test.rb
@@ -9,9 +9,8 @@ class MessageTest < ActiveSupport::TestCase
9
10
Hello, world!
11
END_OF_BODY
12
-
13
m = Message.from_mail(mail, List.find_by_name('ruby-list'), 1)
14
- assert_equal "Hello, world!\n", m.body
+ assert_equal "Hello, world!\r\n", m.body
15
16
assert_equal DateTime.parse('2005-12-15T19:32:40+09:00'), m.published_at
17
end
0 commit comments