Skip to content

Allow stubbing respond_to? on partial doubles

gitlab-qa-bot requested to merge allow_stubbing_respond_to into master

Created by: JonRowe

Previously stubbing respond_to? would causing an infinite loop when hit, this prevents that.

//cc @samphippen

Merge request reports