From f6339eb17710ce81117e06725a4403e33a934d24 Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Sun, 3 Sep 2006 00:18:31 +0000 Subject: Thoroughly test the FCGI dispatcher. Closes #5970. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4913 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- railties/test/mocks/routes.rb | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 railties/test/mocks/routes.rb (limited to 'railties/test/mocks/routes.rb') 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 -- cgit v1.2.3