From 25ee5ed5adc9b01fd29fb12646e905cf6bc8f291 Mon Sep 17 00:00:00 2001 From: AntonioTerceiro Date: Mon, 5 Nov 2007 18:04:36 +0000 Subject: [PATCH] ActionItem114: need to implement a route to the controllers in design_blocks the Right Way (tm) --- test/integration/routing_test.rb | 4 ++++ 1 file changed, 4 insertions(+), 0 deletions(-) diff --git a/test/integration/routing_test.rb b/test/integration/routing_test.rb index 93237ab..97f0855 100644 --- a/test/integration/routing_test.rb +++ b/test/integration/routing_test.rb @@ -83,4 +83,8 @@ class RoutingTest < ActionController::IntegrationTest assert_routing('/cat', :controller => 'category', :action => 'index') end + def test_routing_to_controllers_inside_design_blocks_directory + flunk 'not implemented yet' + end + end -- libgit2 0.21.2