Changeset 502

Show
Ignore:
Timestamp:
09/29/07 19:40:55 (1 year ago)
Author:
seancribbs
Message:

Propagate changes from r501 to some extensions.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/extensions/shards/test/test_helper.rb

    r488 r502  
    22unless defined? RADIANT_ROOT 
    33  ENV["RAILS_ENV"] = "test" 
    4   require "#{File.expand_path(File.dirname(__FILE__) + "/../../../../")}/config/boot" 
     4  require "#{File.expand_path(File.dirname(__FILE__) + "/../../../../")}/config/environment" 
    55end 
    66require "#{RADIANT_ROOT}/test/test_helper" 
  • trunk/extensions/share_layouts/test/test_helper.rb

    r494 r502  
    22unless defined? RADIANT_ROOT 
    33  ENV["RAILS_ENV"] = "test" 
    4   require "#{File.expand_path(File.dirname(__FILE__) + "/../../../../")}/config/boot" 
     4  require "#{File.expand_path(File.dirname(__FILE__) + "/../../../../")}/config/environment" 
    55end 
    66require "#{RADIANT_ROOT}/test/test_helper"