Sha256: 7bfdf472007f83d6fe88105adaa689acbd24d29bccff1591b2da64c61726cfb4

Contents?: true

Size: 296 Bytes

Versions: 1

Compression:

Stored size: 296 Bytes

Contents

require 'activerecord_uuid'

Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each {|f| require f}

ActiveRecord::Base.logger = Logger.new($stdout)
ActiveRecord::Migrator.migrations_path = "#{File.dirname(__FILE__)}/migrations"

SQLITE_ADAPTER = RUBY_ENGINE == 'jruby' ? 'jdbcsqlite3' : 'sqlite3'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
activerecord_uuid-0.0.2 spec/spec_helper.rb