forked from fixin.me/fixin.me
Improve Units tests and remove test parallelization
Parallelization produces errors (#92)
This commit is contained in:
@@ -3,9 +3,6 @@ require_relative "../config/environment"
|
||||
require "rails/test_help"
|
||||
|
||||
class ActiveSupport::TestCase
|
||||
# Run tests in parallel with specified workers
|
||||
parallelize(workers: :number_of_processors)
|
||||
|
||||
# Setup all fixtures in test/fixtures/*.yml for all tests in alphabetical order.
|
||||
fixtures :all
|
||||
|
||||
|
||||
Reference in New Issue
Block a user