From 6ea7065a18671872f1486cff3fdaeb4f78fa6332 Mon Sep 17 00:00:00 2001 From: Godfrey Chan Date: Tue, 25 Nov 2014 02:17:13 -0800 Subject: Set the test_order in the basic app as well, see 58e8b48 This removes the unwanted deprecation warnings in the tests --- railties/test/isolation/abstract_unit.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'railties/test/isolation') diff --git a/railties/test/isolation/abstract_unit.rb b/railties/test/isolation/abstract_unit.rb index cbd06a76f6..9ad0ec0d34 100644 --- a/railties/test/isolation/abstract_unit.rb +++ b/railties/test/isolation/abstract_unit.rb @@ -163,6 +163,7 @@ module TestHelpers app.secrets.secret_key_base = "3b7cd727ee24e8444053437c36cc66c4" app.config.session_store :cookie_store, key: "_myapp_session" app.config.active_support.deprecation = :log + app.config.active_support.test_order = :random app.config.log_level = :info yield app if block_given? -- cgit v1.2.3