correct broken test, List-ID is correct
see http://www.ietf.org/rfc/rfc2919.txt
This commit is contained in:
parent
c4d8d80b07
commit
679b3fab79
|
@ -59,7 +59,7 @@ describe Email::Sender do
|
|||
|
||||
it "adds a List-Id header to identify the forum" do
|
||||
email_sender.send
|
||||
message.header['List-Id'].should be_present
|
||||
message.header['List-ID'].should be_present
|
||||
end
|
||||
|
||||
context 'email logs' do
|
||||
|
|
Loading…
Reference in New Issue