Set the tests to run against Rails 2.2.2, as Rails 2.3 is currently unsupported

This commit is contained in:
Joe Ferris 2009-03-04 10:02:39 -05:00
parent 18eafea035
commit 4ddb60a5eb
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# Specifies gem version of Rails to use when vendor/rails is not present
old_verbose, $VERBOSE = $VERBOSE, nil
RAILS_GEM_VERSION = '>= 2.1.0' unless defined? RAILS_GEM_VERSION
RAILS_GEM_VERSION = '= 2.2.2' unless defined? RAILS_GEM_VERSION
$VERBOSE = old_verbose
require File.join(File.dirname(__FILE__), 'boot')