spec for by_webfinger... after the fact
This commit is contained in:
parent
72559cbce1
commit
cba0f5477c
1 changed files with 3 additions and 0 deletions
|
|
@ -138,5 +138,8 @@ describe Person do
|
|||
people.include?(@friend_two).should == false
|
||||
people.include?(@friend_three).should == false
|
||||
end
|
||||
it 'should search by email exactly' do
|
||||
Person.by_webfinger(@friend_one.email).should == @friend_one
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue