I want to be able to do this: ``` config.before_each { controller.stub(:form_authenticity_token) { "very secure" } } ``` but the edge's controller is out of scope. can we instance_exec before_each in the context of the edge?