diff --git a/test/integration/routing_test.rb b/test/integration/routing_test.rb index e0538ee..93ea346 100644 --- a/test/integration/routing_test.rb +++ b/test/integration/routing_test.rb @@ -138,10 +138,6 @@ class RoutingTest < ActionController::IntegrationTest assert_routing('/assets/my-asset/a/b/c', :controller => 'search', :action => 'assets', :asset => 'my-asset', :category_path => ['a', 'b', 'c']) end - def test_directory_routing - assert_routing('/directory/my-asset/f/a/b/c', :controller => 'search', :action => 'directory', :asset => 'my-asset', :initial => 'f', :category_path => [ 'a', 'b', 'c']) - end - def test_content_view_with_dot assert_routing('/ze.withdot', :controller => 'content_viewer', :action => 'view_page', :profile => 'ze.withdot', :page => []) end -- libgit2 0.21.2