adding pending spec to check for error within webfinger process
This commit is contained in:
parent
0aae89aa03
commit
58f836ab46
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue