File: config.rb

package info (click to toggle)
libactiverecord-ruby 2.1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 2,668 kB
  • ctags: 3,600
  • sloc: ruby: 25,183; makefile: 6
file content (5 lines) | stat: -rw-r--r-- 225 bytes parent folder | download | duplicates (9)
1
2
3
4
5
TEST_ROOT       = File.expand_path(File.dirname(__FILE__))
ASSETS_ROOT     = TEST_ROOT + "/assets"
FIXTURES_ROOT   = TEST_ROOT + "/fixtures"
MIGRATIONS_ROOT = TEST_ROOT + "/migrations"
SCHEMA_ROOT     = TEST_ROOT + "/schema"