aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/test_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/test/controller/test_test.rb')
-rw-r--r--actionpack/test/controller/test_test.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/actionpack/test/controller/test_test.rb b/actionpack/test/controller/test_test.rb
index 7b35447da5..ec067cc6c0 100644
--- a/actionpack/test/controller/test_test.rb
+++ b/actionpack/test/controller/test_test.rb
@@ -84,4 +84,8 @@ HTML
:children => { :greater_than => 2,
:only => { :tag => "li" } } }
end
+
+ def test_assert_routing
+ assert_generates 'controller/action/5', :controller => 'controller', :action => 'action', :id => '5'
+ end
end