Sha256: cc584e115882d920271dac9c3538ea4877d87e8efe39f3e3e8ff542f33c67310

Contents?: true

Size: 386 Bytes

Versions: 32

Compression:

Stored size: 386 Bytes

Contents

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

32 entries across 32 versions & 7 rubygems

Version Path
boring_generators-0.15.0 tmp/templates/app_template/test/test_helper.rb
boring_generators-0.14.0 tmp/templates/app_template/test/test_helper.rb
stitches-5.0.0 spec/fake_app/test/test_helper.rb
stitches-5.0.0.RC1 spec/fake_app/test/test_helper.rb
firetail-1.0.1 examples/rails/test/test_helper.rb
boring_generators-0.13.0 tmp/templates/app_template/test/test_helper.rb
decidim-file_authorization_handler-0.27.1.7 spec/decidim_dummy_app/test/test_helper.rb
ruby-clock-2.0.1 example-rails-6-app/test/test_helper.rb
ruby-clock-2.0.0 example-rails-6-app/test/test_helper.rb
ruby-clock-2.0.0.beta10 example-rails-6-app/test/test_helper.rb
ruby-clock-2.0.0.beta9 example-rails-6-app/test/test_helper.rb
boring_generators-0.12.0 tmp/templates/app_template/test/test_helper.rb
ruby-clock-2.0.0.beta8 example-rails-6-app/test/test_helper.rb
ruby-clock-2.0.0.beta7 example-rails-6-app/test/test_helper.rb
ruby-clock-2.0.0.beta6 example-rails-6-app/test/test_helper.rb
stitches-4.2.2 spec/fake_app/test/test_helper.rb
stitches-4.2.1 spec/fake_app/test/test_helper.rb
stitches-4.2.0 spec/fake_app/test/test_helper.rb
stitches-4.2.0.RC3 spec/fake_app/test/test_helper.rb
stitches-4.2.0.RC2 spec/fake_app/test/test_helper.rb