mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
3 lines
144 B
Ruby
3 lines
144 B
Ruby
TEST_ROOT = File.expand_path(File.dirname(__FILE__))
|
|
FIXTURES_ROOT = TEST_ROOT + "/fixtures"
|
|
SCHEMA_FILE = TEST_ROOT + "/schema.rb"
|