aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/test/config.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activemodel/test/config.rb')
-rw-r--r--activemodel/test/config.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/activemodel/test/config.rb b/activemodel/test/config.rb
new file mode 100644
index 0000000000..0b577a9936
--- /dev/null
+++ b/activemodel/test/config.rb
@@ -0,0 +1,3 @@
+TEST_ROOT = File.expand_path(File.dirname(__FILE__))
+FIXTURES_ROOT = TEST_ROOT + "/fixtures"
+SCHEMA_FILE = TEST_ROOT + "/schema.rb"