test/dummy/config/environments/test.rb in wicked-1.2.1 vs test/dummy/config/environments/test.rb in wicked-1.3.0
- old
+ new
@@ -30,6 +30,8 @@
# like if you have constraints or database-specific column types
# config.active_record.schema_format = :sql
# Print deprecation notices to the stderr
config.active_support.deprecation = :stderr
+
+ config.active_support.test_order = :sorted
end