module Spec::Rails::Example::ControllerExampleGroup::ControllerInstanceMethods

def matching_stub_exists(options)

def matching_stub_exists(options)
  render_proxy.__send__(:__mock_proxy).__send__(:find_matching_method_stub, :render, options)
end