Migrate hashing functions to C.
This commit is contained in:
parent
7339802f34
commit
c99bdfe747
10 changed files with 287 additions and 39 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue