From 719d3e8a9af1e3cd428c3177f99ef7e44b3b9814 Mon Sep 17 00:00:00 2001 From: Michael Koziarski Date: Wed, 29 Aug 2007 03:14:15 +0000 Subject: Use mocha to avoid the sleep calls in the compiled_template tests. [tarmo] Closes #9372 git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7370 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionpack/lib/action_controller/routing.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionpack/lib/action_controller/routing.rb') diff --git a/actionpack/lib/action_controller/routing.rb b/actionpack/lib/action_controller/routing.rb index 70ef8ab583..9ba972fe82 100644 --- a/actionpack/lib/action_controller/routing.rb +++ b/actionpack/lib/action_controller/routing.rb @@ -1238,7 +1238,7 @@ module ActionController else add_route ":controller/:action/:id" end - end + end def add_route(path, options = {}) route = builder.build(path, options) -- cgit v1.2.3