Sha256: f959189d5a2aba4f0a58455b4dcb92d1246cba264cadbb28c07f4d08823f3d98

Contents?: true

Size: 639 Bytes

Versions: 3

Compression:

Stored size: 639 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!
support_dir =
Dir[File.expand_path('../support/**/*.rb', __FILE__)].each { |f| require f }

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
data_seeder-1.0.9 test/test_helper.rb
data_seeder-1.0.8 test/test_helper.rb
data_seeder-1.0.7 test/test_helper.rb