mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-21 01:30:12 +01:00
6 lines
225 B
Ruby
6 lines
225 B
Ruby
|
|
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"
|