Mercurial > hg > soundsoftware-site
comparison test/functional/search_controller_test.rb @ 41:7f0e922c8982 luisf
merged with new version from trunk
author | luisf |
---|---|
date | Fri, 19 Nov 2010 14:45:28 +0000 |
parents | 94944d00e43c |
children | af80e5618e9b |
comparison
equal
deleted
inserted
replaced
35:67e8aef29de9 | 41:7f0e922c8982 |
---|---|
124 end | 124 end |
125 | 125 |
126 def test_quick_jump_to_issue | 126 def test_quick_jump_to_issue |
127 # issue of a public project | 127 # issue of a public project |
128 get :index, :q => "3" | 128 get :index, :q => "3" |
129 assert_redirected_to 'issues/3' | 129 assert_redirected_to '/issues/3' |
130 | 130 |
131 # issue of a private project | 131 # issue of a private project |
132 get :index, :q => "4" | 132 get :index, :q => "4" |
133 assert_response :success | 133 assert_response :success |
134 assert_template 'index' | 134 assert_template 'index' |