mirror of
https://github.com/internetee/registry.git
synced 2025-07-22 18:56:05 +02:00
Run tests in random order
This commit is contained in:
parent
f7c2b25a66
commit
b1e0371188
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ Rails.application.configure do
|
|||
config.log_level = :debug
|
||||
config.active_job.queue_adapter = :test
|
||||
config.logger = ActiveSupport::Logger.new(nil)
|
||||
config.active_support.test_order = :random # :random is the default in Rails 5
|
||||
end
|
||||
|
||||
# In this mode, any jobs you queue will be run in the same thread, synchronously
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue