Commit 25ee5ed5adc9b01fd29fb12646e905cf6bc8f291

Authored by AntonioTerceiro
1 parent 90816301

ActionItem114: need to implement a route to the controllers in design_blocks

the Right Way (tm)



git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@842 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing 1 changed file with 4 additions and 0 deletions   Show diff stats
test/integration/routing_test.rb
... ... @@ -83,4 +83,8 @@ class RoutingTest < ActionController::IntegrationTest
83 83 assert_routing('/cat', :controller => 'category', :action => 'index')
84 84 end
85 85  
  86 + def test_routing_to_controllers_inside_design_blocks_directory
  87 + flunk 'not implemented yet'
  88 + end
  89 +
86 90 end
... ...