Sha256: 395f85b397c1b522000906a7f27866a8bbf8a61066ab29eb90f6f39256853b04

Contents?: true

Size: 688 Bytes

Versions: 148

Compression:

Stored size: 688 Bytes

Contents

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

require File.expand_path("../../test/dummy/config/environment.rb",  __FILE__)
ActiveRecord::Migrator.migrations_paths = [File.expand_path("../../test/dummy/db/migrate", __FILE__)]
require "rails/test_help"

# Filter out Minitest backtrace while allowing backtrace from other libraries
# to be shown.
Minitest.backtrace_filter = Minitest::BacktraceFilter.new

# 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", __FILE__)
end

Version data entries

148 entries across 148 versions & 19 rubygems

Version Path
germinator-2.1.1 test/test_helper.rb
germinator-2.1.0 test/test_helper.rb
mautic_api-1.0.0 test/test_helper.rb
templus_models-3.0.21 test/test_helper.rb
templus_models-3.0.20 test/test_helper.rb
templus_models-3.0.19 test/test_helper.rb
devise-activity-1.0.4 test/test_helper.rb
templus_models-3.0.17 test/test_helper.rb
devise-activity-1.0.3 test/test_helper.rb
devise-activity-1.0.0 test/test_helper.rb
devise-activity-0.2.0 test/test_helper.rb
devise-activity-0.1.7 test/test_helper.rb
devise-activity-0.1.4 test/test_helper.rb
devise-activity-0.0.1 test/test_helper.rb
freshmail-0.2.1 test/test_helper.rb
templus_models-2.0.16 test/test_helper.rb
templus_models-1.6.9 test/test_helper.rb
templus_models-2.0.15 test/test_helper.rb
templus_models-3.0.14 test/test_helper.rb
templus_models-2.0.14 test/test_helper.rb