Enable parallel tests

This commit is contained in:
Andy Allan 2019-11-27 14:58:36 +01:00
parent 979a474c68
commit 6bd6cbd203

View file

@ -28,6 +28,9 @@ module ActiveSupport
include FactoryBot::Syntax::Methods
include ActiveJob::TestHelper
# Run tests in parallel with specified workers
parallelize(:workers => :number_of_processors)
##
# takes a block which is executed in the context of a different
# ActionController instance. this is used so that code can call methods