Changeset 119
- Timestamp:
- 04/29/07 19:27:59 (5 years ago)
- Files:
-
- trunk/test/test_helper.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/test/test_helper.rb
r1 r119 6 6 plugin_path = RAILS_ROOT + "/vendor/plugins/globalize" 7 7 8 config_location = plugin_path + "/test/config/database.yml"8 config_location = RAILS_ROOT + "/config/database.yml" 9 9 10 10 config = YAML::load(ERB.new(IO.read(config_location)).result)
