From 58de165129445ebcb67e5924e0a8c8a3ce170f47 Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Fri, 6 Aug 2010 02:09:55 -0300 Subject: [PATCH] Removing test for unused route --- test/integration/routing_test.rb | 4 ---- 1 file changed, 0 insertions(+), 4 deletions(-) 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