Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

root/trunk/activerecord/test/config.rb

Revision 8681, 225 bytes (checked in by bitsweat, 9 months ago)

Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/rails

Line 
1 TEST_ROOT       = File.expand_path(File.dirname(__FILE__))
2 ASSETS_ROOT     = TEST_ROOT + "/assets"
3 FIXTURES_ROOT   = TEST_ROOT + "/fixtures"
4 MIGRATIONS_ROOT = TEST_ROOT + "/migrations"
5 SCHEMA_ROOT     = TEST_ROOT + "/schema"
Note: See TracBrowser for help on using the browser.