Commit d058068cff3246dbc3c7e4fe36f8ef55667debcd
1 parent
e23b7d23
Exists in
master
and in
29 other branches
ActionItem135: removing dangling test
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@1094 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
test/integration/routing_test.rb
... | ... | @@ -83,7 +83,6 @@ class RoutingTest < ActionController::IntegrationTest |
83 | 83 | def test_routing_to_controllers_inside_design_blocks_directory |
84 | 84 | assert_routing('/block/cojones/favorite_links_profile/show/1', :profile => 'cojones', :controller => 'favorite_links_profile', :action => 'show', :id => '1') |
85 | 85 | assert_routing('/block/cojones/favorite_links_profile/save', :profile => 'cojones', :controller => 'favorite_links_profile', :action => 'save') |
86 | - assert_routing('/block/environment/favorite_links_profile/design_editor_destroy_block', :controller => 'favorite_links_profile', :action => 'design_editor_destroy_block' ) | |
87 | 86 | |
88 | 87 | assert_routing('/block/cojones/list_block/show/1', :profile => 'cojones', :controller => 'list_block', :action => 'show', :id => '1') |
89 | 88 | end | ... | ... |