summaryrefslogtreecommitdiffstats
path: root/test/functional/search_controller_test.rb
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-08-31 22:57:34 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-08-31 22:57:34 +0000
commit1fe58f503c56dd5106d6b4e387fe40e099a5d94d (patch)
tree77046aeb7a068b509320f32e815b7b673c97d856 /test/functional/search_controller_test.rb
parent507192f167580e6619de16d05d50ef4362d3e398 (diff)
downloadredmine-1fe58f503c56dd5106d6b4e387fe40e099a5d94d.tar.gz
redmine-1fe58f503c56dd5106d6b4e387fe40e099a5d94d.zip
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
Diffstat (limited to 'test/functional/search_controller_test.rb')
-rw-r--r--test/functional/search_controller_test.rb2
1 files changed, 1 insertions, 1 deletions
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)