Sha256: 3a8904a77f5da2f9d7aeac2d70c135e0564c29147e9f1b2c435d50d9e21f1ae6

Contents?: true

Size: 548 Bytes

Versions: 12

Compression:

Stored size: 548 Bytes

Contents

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"
require "minitest/rails"

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

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
data_seeder-1.0.6 test/test_helper.rb
data_seeder-1.0.5 test/test_helper.rb
data_seeder-1.0.4 test/test_helper.rb
data_seeder-1.0.3 test/test_helper.rb
data_seeder-1.0.2 test/test_helper.rb
data_seeder-1.0.1 test/test_helper.rb
data_seeder-1.0.0 test/test_helper.rb
data_seeder-0.0.5 test/test_helper.rb
data_seeder-0.0.4 test/test_helper.rb
data_seeder-0.0.3 test/test_helper.rb
data_seeder-0.0.2 test/test_helper.rb
data_seeder-0.0.1 test/test_helper.rb