summaryrefslogtreecommitdiffstats
path: root/test/test_helper.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_helper.rb')
-rw-r--r--test/test_helper.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test_helper.rb b/test/test_helper.rb
index ca4b3fe47..aa7e43b01 100644
--- a/test/test_helper.rb
+++ b/test/test_helper.rb
@@ -56,6 +56,8 @@ class ActiveSupport::TestCase
include ActionDispatch::TestProcess
+ fixtures :all
+
self.use_transactional_tests = true
self.use_instantiated_fixtures = false