Sha256: 73d8b0ea9fa5ef82d7dc4c2ebe98402f0f43360b15f8c31c37ebe7ce1d238090

Contents?: true

Size: 248 Bytes

Versions: 1

Compression:

Stored size: 248 Bytes

Contents

# Place orm-dependent test preparation here
migrations = File.expand_path("../../dummy/db/migrate/", __FILE__)

if Rails.version >= "5.2"
  ActiveRecord::MigrationContext.new(migrations).migrate
else
  ActiveRecord::Migrator.migrate migrations
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
merit-3.0.2 test/orm/active_record.rb