From: Toshi MARUYAMA Date: Wed, 31 Aug 2011 22:57:34 +0000 (+0000) Subject: remove trailing white-spaces from test/functional/search_controller_test.rb. X-Git-Tag: 1.3.0~1039 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=1fe58f503c56dd5106d6b4e387fe40e099a5d94d;p=redmine.git remove trailing white-spaces from test/functional/search_controller_test.rb. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6924 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/test/functional/search_controller_test.rb b/test/functional/search_controller_test.rb index 446b5488b..9e48e7f2e 100644 --- a/test/functional/search_controller_test.rb +++ b/test/functional/search_controller_test.rb @@ -124,7 +124,7 @@ class SearchControllerTest < ActionController::TestCase def test_search_content Issue.update_all("description = 'This is a searchkeywordinthecontent'", "id=1") - + get :index, :id => 1, :q => 'searchkeywordinthecontent', :titles_only => '' assert_equal false, assigns(:titles_only) results = assigns(:results)