Commit 445962a48d1f80a8fc39d757dd42917a3e6159fb
1 parent
c1874466
Exists in
master
and in
29 other branches
Removed routing test for browser controller
Showing
1 changed file
with
0 additions
and
8 deletions
Show diff stats
test/integration/routing_test.rb
... | ... | @@ -212,14 +212,6 @@ class RoutingTest < ActionController::IntegrationTest |
212 | 212 | assert_routing('/doc', :controller => 'doc', :action => 'index') |
213 | 213 | end |
214 | 214 | |
215 | - # browse controller | |
216 | - def test_browse_routing | |
217 | - assert_routing('/browse/people', :controller => 'browse', :action => 'people') | |
218 | - assert_routing('/browse/people/more_popular', :controller => 'browse', :action => 'people', :filter => 'more_popular') | |
219 | - assert_routing('/browse/communities', :controller => 'browse', :action => 'communities') | |
220 | - assert_routing('/browse/communities/more_active', :controller => 'browse', :action => 'communities', :filter => 'more_active') | |
221 | - end | |
222 | - | |
223 | 215 | def test_invite_routing |
224 | 216 | assert_routing('/profile/colivre/invite/friends', :controller => 'invite', :action => 'select_address_book', :profile => 'colivre') |
225 | 217 | end | ... | ... |