API de comptabilité horaire.
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

test_helper.rb 386B

12345678910111213
  1. ENV['RAILS_ENV'] ||= 'test'
  2. require_relative "../config/environment"
  3. require "rails/test_help"
  4. class ActiveSupport::TestCase
  5. # Run tests in parallel with specified workers
  6. parallelize(workers: :number_of_processors)
  7. # Setup all fixtures in test/fixtures/*.yml for all tests in alphabetical order.
  8. fixtures :all
  9. # Add more helper methods to be used by all tests here...
  10. end