aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/mocks/routes.rb
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2006-09-03 00:18:31 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2006-09-03 00:18:31 +0000
commitf6339eb17710ce81117e06725a4403e33a934d24 (patch)
tree82f31faba7ccc977a9350d95d5fa0a9d052dc4dc /railties/test/mocks/routes.rb
parent4c7345305aee09df6b3e1e5f3139880875c9ebd5 (diff)
downloadrails-f6339eb17710ce81117e06725a4403e33a934d24.tar.gz
rails-f6339eb17710ce81117e06725a4403e33a934d24.tar.bz2
rails-f6339eb17710ce81117e06725a4403e33a934d24.zip
Thoroughly test the FCGI dispatcher. Closes #5970.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4913 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties/test/mocks/routes.rb')
-rw-r--r--railties/test/mocks/routes.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/railties/test/mocks/routes.rb b/railties/test/mocks/routes.rb
new file mode 100644
index 0000000000..ea12863683
--- /dev/null
+++ b/railties/test/mocks/routes.rb
@@ -0,0 +1,6 @@
+module ActionController
+ module Routing
+ class Routes
+ end
+ end
+end