# File test/assert_select_test.rb, line 23 def rescue_action(e) raise e end
# File test/assert_select_test.rb, line 12 def response_with(&block) @update = block end
# File test/assert_select_test.rb, line 8 def response_with=(content) @content = content end
# File test/assert_select_test.rb, line 16 def rjs render :update do |page| @update.call page end @update = nil end