From 79455b6d45fc0568d4d5a55a95ae49faf2daefde Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Mon, 4 Jul 2005 23:09:54 +0000 Subject: 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 --- actionpack/test/controller/active_record_store_test.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/actionpack/test/controller/active_record_store_test.rb b/actionpack/test/controller/active_record_store_test.rb index a17a4916e3..34b7448417 100644 --- a/actionpack/test/controller/active_record_store_test.rb +++ b/actionpack/test/controller/active_record_store_test.rb @@ -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' -- cgit v1.2.3