aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicholas Seckar <nseckar@gmail.com>2006-02-04 23:12:15 +0000
committerNicholas Seckar <nseckar@gmail.com>2006-02-04 23:12:15 +0000
commitcc768dc900570dfd455bd697ffd8ced2527d9891 (patch)
treea49639a11e21653a55203ac68ddb6c8d98cc5aba
parentb381d8511d42e9b4f4f935e0e9f81a30d3993f6a (diff)
downloadrails-cc768dc900570dfd455bd697ffd8ced2527d9891.tar.gz
rails-cc768dc900570dfd455bd697ffd8ced2527d9891.tar.bz2
rails-cc768dc900570dfd455bd697ffd8ced2527d9891.zip
Fix routing tests to pass when run independently of the entire AP suite
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3540 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
-rw-r--r--actionpack/test/controller/routing_test.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/actionpack/test/controller/routing_test.rb b/actionpack/test/controller/routing_test.rb
index 85c0cc093f..2810cb2a80 100644
--- a/actionpack/test/controller/routing_test.rb
+++ b/actionpack/test/controller/routing_test.rb
@@ -1,5 +1,6 @@
require File.dirname(__FILE__) + '/../abstract_unit'
require 'test/unit'
+require 'fake_controllers'
require 'stringio'
RunTimeTests = ARGV.include? 'time'