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

def response(&block)

def response(&block)
  # NOTE - we're setting @update for the assert_select_spec - kinda weird, huh?
  @update = block
  super
end