Sha256: 9c50d9306441fec07835f7ce1e77d7bdcd3d0a8b29eb36a3fea1a76c12334cff

Contents?: true

Size: 417 Bytes

Versions: 7

Compression:

Stored size: 417 Bytes

Contents

# frozen_string_literal: true

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

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
munster-0.4.2 example/test/test_helper.rb
munster-0.4.1 example/test/test_helper.rb
munster-0.4.0 example/test/test_helper.rb
munster-0.3.1 example/test/test_helper.rb
munster-0.3.0 example/test/test_helper.rb
munster-0.2.0 example/test/test_helper.rb
munster-0.1.0 example/test/test_helper.rb