mirror of
https://github.com/github/rails.git
synced 2026-04-04 03:00:58 -04:00
r2821@asus: jeremy | 2005-07-04 21:14:16 -0700
reuse path_to_ar git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1686 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
@@ -4,10 +4,10 @@ if Object.const_defined?(:ActiveRecord) or File.exist?(path_to_ar)
|
||||
begin
|
||||
|
||||
# These tests exercise CGI::Session::ActiveRecordStore, so you're going to
|
||||
# need AR in a sibling directory to AP and have SQLite3 installed.
|
||||
# need AR in a sibling directory to AP and have SQLite installed.
|
||||
|
||||
unless Object.const_defined?(:ActiveRecord)
|
||||
require "#{File.dirname(__FILE__)}/../../../activerecord/lib/active_record"
|
||||
require File.join(path_to_ar, 'lib', 'active_record')
|
||||
end
|
||||
|
||||
require File.dirname(__FILE__) + '/../abstract_unit'
|
||||
|
||||
Reference in New Issue
Block a user