aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/config.rb
blob: d0d19333005afdea69ff2fe38a18d557ab5ba90c (plain) (blame)
1
2
3
4
5
6
# 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"