mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
40bdbce191
".. with __dir__ we can restore order in the Universe." - by @fxn
Related to 5b8738c2df
5 lines
192 B
Ruby
5 lines
192 B
Ruby
TEST_ROOT = __dir__
|
|
ASSETS_ROOT = TEST_ROOT + "/assets"
|
|
FIXTURES_ROOT = TEST_ROOT + "/fixtures"
|
|
MIGRATIONS_ROOT = TEST_ROOT + "/migrations"
|
|
SCHEMA_ROOT = TEST_ROOT + "/schema"
|