adding pending spec to check for error within webfinger process

This commit is contained in:
maxwell 2010-10-25 00:52:36 -07:00
parent 0aae89aa03
commit 58f836ab46

View file

@ -53,4 +53,8 @@ describe RequestsController do
it 'should redirect to the page which you called it from ' do
pending "i need to figure out how to do this"
end
it 'should not blow up if there is a problem mid way thru the webfinger process' do
pending "i need to do this tomorrow
end
end