There is only one base now

This commit is contained in:
Joshua Peek 2009-09-19 11:57:56 -05:00
parent 5bc47a93b7
commit a6f19a155a
1 changed files with 0 additions and 1 deletions

View File

@ -12,7 +12,6 @@ ensure_requirable %w( rack rack/test sqlite3 )
ENV['TMPDIR'] = File.join(File.dirname(__FILE__), 'tmp')
ENV['new_base'] = "true"
$stderr.puts "Running old tests on new_base"
require 'test/unit'
require 'active_support'