diff --git a/spec/controllers/requests_controller_spec.rb b/spec/controllers/requests_controller_spec.rb index d42cca5d9..d75b93f05 100644 --- a/spec/controllers/requests_controller_spec.rb +++ b/spec/controllers/requests_controller_spec.rb @@ -55,6 +55,6 @@ describe RequestsController do 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' + pending "i need to do this tomorrow" end end