Sha256: c556d4b6939310ec65d3c5fa895eb3a626aa6d0ee0a398101bd79e49726f15c4

Contents?: true

Size: 900 Bytes

Versions: 1136

Compression:

Stored size: 900 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__)]
ActiveRecord::Migrator.migrations_paths << File.expand_path('../../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__)
  ActionDispatch::IntegrationTest.fixture_path = ActiveSupport::TestCase.fixture_path
  ActiveSupport::TestCase.fixtures :all
end

Version data entries

1,136 entries across 1,135 versions & 124 rubygems

Version Path
deforest-1.1.1 test/test_helper.rb
deforest-1.1.0 test/test_helper.rb
klastera-1.5.4 test/test_helper.rb
building_sync_rails-0.1.0 test/test_helper.rb
deforest-1.0.2 test/test_helper.rb
librails-0.3.0 test/test_helper.rb
deforest-1.0.1 test/test_helper.rb
deforest-1.0.0 test/test_helper.rb
deforest-0.0.1 test/test_helper.rb
klastera-1.5.2.4 test/test_helper.rb
caravaggio-0.0.14 test/test_helper.rb
caravaggio-0.0.13 test/test_helper.rb
caravaggio-0.0.12 test/test_helper.rb
cruj_cruj_cruj_visagio-1.0.7 test/test_helper.rb
cruj_cruj_cruj_visagio-1.0.6 test/test_helper.rb
cruj_cruj_cruj_visagio-1.0.5 test/test_helper.rb
librails-0.2.3 test/test_helper.rb
klastera-1.4.4.5 test/test_helper.rb
klastera-1.5.1.0 test/test_helper.rb
klastera-1.5 test/test_helper.rb