diff --git a/spec/controllers/requests_controller_spec.rb b/spec/controllers/requests_controller_spec.rb index d4c0d3501..d0c409d14 100644 --- a/spec/controllers/requests_controller_spec.rb +++ b/spec/controllers/requests_controller_spec.rb @@ -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