Show
Ignore:
Timestamp:
09/30/07 15:03:32 (1 year ago)
Author:
seancribbs
Message:

Propagate test helper changes from r501 to extensions. Manage sass external with Piston.

Files:

Legend:

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

    r436 r505  
    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"