Start ruby template

This commit is contained in:
timmypidashev
2022-05-08 16:37:52 -07:00
parent 447098b7ef
commit 3c54f2470e
545 changed files with 1372 additions and 351339 deletions

13
test/test_helper.rb Normal file
View File

@@ -0,0 +1,13 @@
ENV["RAILS_ENV"] ||= "test"
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
# Add more helper methods to be used by all tests here...
end