correct broken test, List-ID is correct

see http://www.ietf.org/rfc/rfc2919.txt
This commit is contained in:
Jeff Atwood 2014-06-13 16:45:34 -07:00
parent c4d8d80b07
commit 679b3fab79
1 changed files with 1 additions and 1 deletions

View File

@ -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