aboutsummaryrefslogblamecommitdiffstats
path: root/activerecord/test/config.rb
blob: 72cdfb16ef7255fd9db7bcaf22119cabacc16ffc (plain) (tree)
1
2
3
4
5
6
7

                             
                         



                                           
# frozen_string_literal: true

TEST_ROOT       = __dir__
ASSETS_ROOT     = TEST_ROOT + "/assets"
FIXTURES_ROOT   = TEST_ROOT + "/fixtures"
MIGRATIONS_ROOT = TEST_ROOT + "/migrations"
SCHEMA_ROOT     = TEST_ROOT + "/schema"