Migrate hashing functions to C.

This commit is contained in:
Mahlon E. Smith 2017-05-12 16:17:41 -07:00
parent 7339802f34
commit c99bdfe747
10 changed files with 287 additions and 39 deletions

View file

@ -341,6 +341,11 @@ describe Ezmlm::List do
expect( list.author('ojjhjlapnejjlbcplabi') ).to be_a( Ezmlm::List::Author )
end
it 'fetches author objects by email address' do
author = list.author( 'ojjhjlapnejjlbcplabi' )
expect( list.author('yvette@example.net').name ).to eq( author.name )
end
context 'fetching messages' do
it 'raises an error if archiving is disabled' do