forked from Frzn/frzn.dev
Add base app
This commit is contained in:
parent
4963d63bc1
commit
8a288c09b9
68 changed files with 1421 additions and 0 deletions
12
test/test_helper.rb
Normal file
12
test/test_helper.rb
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
ENV["RAILS_ENV"] ||= "test"
|
||||
require_relative "../config/environment"
|
||||
require "rails/test_help"
|
||||
|
||||
module ActiveSupport
|
||||
class TestCase
|
||||
# Run tests in parallel with specified workers
|
||||
parallelize(workers: :number_of_processors, with: :threads)
|
||||
|
||||
# Add more helper methods to be used by all tests here...
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue