From 58f836ab4611310f88f1e30e8e7393ec95793024 Mon Sep 17 00:00:00 2001 From: maxwell Date: Mon, 25 Oct 2010 00:52:36 -0700 Subject: [PATCH] adding pending spec to check for error within webfinger process --- spec/controllers/requests_controller_spec.rb | 4 ++++ 1 file changed, 4 insertions(+) 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