diff --git a/test/integration/routing_test.rb b/test/integration/routing_test.rb index 313fe1d..79f899c 100644 --- a/test/integration/routing_test.rb +++ b/test/integration/routing_test.rb @@ -212,14 +212,6 @@ class RoutingTest < ActionController::IntegrationTest assert_routing('/doc', :controller => 'doc', :action => 'index') end - # browse controller - def test_browse_routing - assert_routing('/browse/people', :controller => 'browse', :action => 'people') - assert_routing('/browse/people/more_popular', :controller => 'browse', :action => 'people', :filter => 'more_popular') - assert_routing('/browse/communities', :controller => 'browse', :action => 'communities') - assert_routing('/browse/communities/more_active', :controller => 'browse', :action => 'communities', :filter => 'more_active') - end - def test_invite_routing assert_routing('/profile/colivre/invite/friends', :controller => 'invite', :action => 'select_address_book', :profile => 'colivre') end -- libgit2 0.21.2