GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Description: Koz's rails git-svn clone
Homepage: http://www.rubyonrails.org
Clone URL: git://github.com/NZKoz/koz-rails.git
koz-rails / activerecord / test / config.rb
100644 6 lines (5 sloc) 0.225 kb
1
2
3
4
5
6
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"