From 1402bb7a25911e39e1fc00076ccd649af77e9e46 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 20 Feb 2005 22:28:11 +0000 Subject: Upgraded to breakpoint 92 git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@721 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionpack/lib/action_controller/assertions/action_pack_assertions.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'actionpack/lib/action_controller') diff --git a/actionpack/lib/action_controller/assertions/action_pack_assertions.rb b/actionpack/lib/action_controller/assertions/action_pack_assertions.rb index c9a1aae174..8f07c146b8 100644 --- a/actionpack/lib/action_controller/assertions/action_pack_assertions.rb +++ b/actionpack/lib/action_controller/assertions/action_pack_assertions.rb @@ -218,8 +218,7 @@ module Test #:nodoc: xml, matches = REXML::Document.new(response.body), [] xml.elements.each(expression) { |e| matches << e.text } if matches.empty? then - msg = build_message(message, " not found in document", - expression) + msg = build_message(message, " not found in document", expression) flunk(msg) return elsif matches.length < 2 then -- cgit v1.2.3