mirror of
https://github.com/github/rails.git
synced 2026-01-08 22:27:56 -05:00
4 lines
144 B
Ruby
4 lines
144 B
Ruby
TEST_ROOT = File.expand_path(File.dirname(__FILE__))
|
|
FIXTURES_ROOT = TEST_ROOT + "/fixtures"
|
|
SCHEMA_FILE = TEST_ROOT + "/schema.rb"
|