Sha256: 4d03f9bc525ea8ca4dc08acad5230f55652581742ccfcad82423bc69ff53511c

Contents?: true

Size: 491 Bytes

Versions: 4

Compression:

Stored size: 491 Bytes

Contents

# frozen_string_literal: true

# Configure Rails Environment
ENV['RAILS_ENV'] = 'test'

require File.expand_path('dummy/config/environment.rb', __dir__)
require 'rails/test_help'

Rails.backtrace_cleaner.remove_silencers!

# Load support files
Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each { |f| require f }

# Load fixtures from the engine
if ActiveSupport::TestCase.method_defined?(:fixture_path=)
  ActiveSupport::TestCase.fixture_path = File.expand_path('fixtures', __dir__)
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
human_attribute_values-1.2.2 test/test_helper.rb
human_attribute_values-1.2.1 test/test_helper.rb
human_attribute_values-1.2.0 test/test_helper.rb
human_attribute_values-1.1.1 test/test_helper.rb