Skip to content
Snippets Groups Projects
Select Git revision
  • 46ea4359e08ae876daaf408d98773afced71138a
  • main default protected
  • 75389691-a67c-422a-91e9-aa58bfb5-main-patch-32205
  • test-pipe
  • extended-scripts
  • structured-badges
  • guix-pipeline
  • cabal-pipeline
8 results

default.nix

Blame
  • test_helper.rb 410 B
    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)
    
        # 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
    end