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

def matching_message_expectation_exists(options)

def matching_message_expectation_exists(options)
  render_proxy.__send__(:__mock_proxy).__send__(:find_matching_expectation, :render, options)
end