Sha256: 92aa84ac517978aad877578bd5a36682ecbc5229f2ae1e52c3c9ce674b07ec7f
Contents?: true
Size: 314 Bytes
Versions: 6
Compression:
Stored size: 314 Bytes
Contents
module MemoryTestFix # Load Rails schema file into in-memory database. # @api private module SchemaFileLoader # Load the Rails schema file. def self.load_schema # TODO: Use tooling provided by rails once support for Rails 3 is dropped. load "#{Rails.root}/db/schema.rb" end end end
Version data entries
6 entries across 6 versions & 1 rubygems