Sha256: d6399566343089689c90cb064404ed51b5840e40e315c06c7ca5fd2cb7c7fb0d

Contents?: true

Size: 393 Bytes

Versions: 7

Compression:

Stored size: 393 Bytes

Contents

ActiveRecord::Migration.verbose = false
ActiveRecord::Base.logger = Logger.new(nil)
ActiveRecord::Base.include_root_in_json = true

ActiveRecord::Migrator.migrate([File.expand_path("../../../db/migrate/", __FILE__), File.expand_path("../../rails_app/db/migrate/", __FILE__)])

class ActiveSupport::TestCase
  self.use_transactional_fixtures = true
  self.use_instantiated_fixtures = false
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
replication-0.3.2 test/orm/active_record.rb
replication-0.3.1 test/orm/active_record.rb
replication-0.3.0 test/orm/active_record.rb
replication-0.2.0 test/orm/active_record.rb
replication-0.1.2 test/orm/active_record.rb
replication-0.1.1 test/orm/active_record.rb
replication-0.1.0 test/orm/active_record.rb