Coverage remained the same at 100.0% when pulling 0aa4cdc10d0121c0510c59611b3322d241a3564d on dradford:issue/197-undefined-method-error into d0797e010cb1a26dc0590b28cad630e7e4b07c56 on hipchat:master.
Coverage remained the same at 100.0% when pulling 0aa4cdc10d0121c0510c59611b3322d241a3564d on dradford:issue/197-undefined-method-error into d0797e010cb1a26dc0590b28cad630e7e4b07c56 on hipchat:master.
The conditional in
ServiceError#message
was failing with undefined method when calling.present?
onNet::HTTPResponse
instances:Changed the check for presence to a
.respond_to?
and added a spec for the ErrorHandler class.