##// END OF EJS Templates
remove trailing white-spaces from test/functional/search_controller_test.rb....
Toshi MARUYAMA -
r6804:1fe58f503c56
parent child
Show More
@@ -124,7 +124,7 class SearchControllerTest < ActionController::TestCase
124 124
125 125 def test_search_content
126 126 Issue.update_all("description = 'This is a searchkeywordinthecontent'", "id=1")
127
127
128 128 get :index, :id => 1, :q => 'searchkeywordinthecontent', :titles_only => ''
129 129 assert_equal false, assigns(:titles_only)
130 130 results = assigns(:results)
General Comments 0
You need to be logged in to leave comments. Login now