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
This commit is contained in:
Nicholas Seckar
2006-02-04 23:12:15 +00:00
parent b381d8511d
commit cc768dc900

View File

@@ -1,5 +1,6 @@
require File.dirname(__FILE__) + '/../abstract_unit'
require 'test/unit'
require 'fake_controllers'
require 'stringio'
RunTimeTests = ARGV.include? 'time'