]> source.dussan.org Git - redmine.git/commitdiff
remove trailing white-spaces from test/functional/search_controller_test.rb.
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Wed, 31 Aug 2011 22:57:34 +0000 (22:57 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Wed, 31 Aug 2011 22:57:34 +0000 (22:57 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6924 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/functional/search_controller_test.rb

index 446b5488ba3fa9171034690eeaa49ac787d90ca7..9e48e7f2e9c33fca70913d94a4a513f1ea663982 100644 (file)
@@ -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)