Sha256: 000f00496e8efb3b38a0794886c8193300c5c85d2aad0080af14ecfa0b1d19e5

Contents?: true

Size: 724 Bytes

Versions: 308

Compression:

Stored size: 724 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.respond_to?(:fixture_path=)
  ActiveSupport::TestCase.fixture_path = File.expand_path("../fixtures", __FILE__)
  ActiveSupport::TestCase.fixtures :all
end

Version data entries

308 entries across 308 versions & 83 rubygems

Version Path
superlogger-1.1.0 test/test_helper.rb
superlogger-1.0.2 test/test_helper.rb
superlogger-1.0.1 test/test_helper.rb
bulk_insert-1.9.0 test/test_helper.rb
bulk_insert-1.8.2 test/test_helper.rb
bulk_insert2-1.0.0 test/test_helper.rb
superlogger-1.0.0 test/test_helper.rb
bulk_insert-1.8.1 test/test_helper.rb
bulk_insert-1.8.0 test/test_helper.rb
reverse_migration-0.0.0 test/test_helper.rb
bulk_insert-1.7.0 test/test_helper.rb
oxymoron-1.2.8 test/test_helper.rb
oxymoron-1.2.7 test/test_helper.rb
roguelytics-1.0.17 test/test_helper.rb
roguelytics-1.0.16 test/test_helper.rb
roguelytics-1.0.15 test/test_helper.rb
roguelytics-1.0.14 test/test_helper.rb
bulk_insert-1.6.0 test/test_helper.rb
roguelytics-1.0.13 test/test_helper.rb
oxymoron-1.2.6 test/test_helper.rb