Changeset 119

Show
Ignore:
Timestamp:
04/29/07 19:27:59 (5 years ago)
Author:
jsierles
Message:

use the configured app test database for globalize tests

Files:

Legend:

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

    r1 r119  
    66plugin_path = RAILS_ROOT + "/vendor/plugins/globalize" 
    77 
    8 config_location = plugin_path + "/test/config/database.yml" 
     8config_location = RAILS_ROOT + "/config/database.yml" 
    99 
    1010config = YAML::load(ERB.new(IO.read(config_location)).result)