aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/config.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/test/config.rb')
-rw-r--r--activerecord/test/config.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/activerecord/test/config.rb b/activerecord/test/config.rb
new file mode 100644
index 0000000000..72cdfb16ef
--- /dev/null
+++ b/activerecord/test/config.rb
@@ -0,0 +1,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"