diff --git a/actionmailer/test/base_test.rb b/actionmailer/test/base_test.rb index 9e1a4c22c6ccb16614854d439a96e290b70e9f72..86db3afc15c4f7247035894475852681d66ec918 100644 --- a/actionmailer/test/base_test.rb +++ b/actionmailer/test/base_test.rb @@ -100,7 +100,7 @@ def custom_block(include_html=false) end test "mail() with bcc, cc, content_type, charset, mime_version, reply_to and date" do - @time = Time.now + @time = Time.now.beginning_of_day.to_datetime email = BaseMailer.welcome(:bcc => 'bcc@test.lindsaar.net', :cc => 'cc@test.lindsaar.net', :content_type => 'multipart/mixed',