spec for by_webfinger... after the fact

This commit is contained in:
Raphael 2010-08-17 10:41:01 -07:00
parent 72559cbce1
commit cba0f5477c

View file

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