Restructuring directories.
This commit is contained in:
parent
5c287f1042
commit
4fcfa7fd14
12 changed files with 326175 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
require File.expand_path(File.dirname(__FILE__) + '/../test_helper')
|
||||
require "ar-extensions/import/mysql"
|
||||
require "activerecord-import/mysql"
|
||||
|
||||
describe "#import with :on_duplicate_key_update option (mysql specific functionality)" do
|
||||
extend ActiveSupport::TestCase::MySQLAssertions
|
||||
|
|
|
@ -90,7 +90,7 @@ class MyApplication < Rails::Application ; end
|
|||
adapter = ENV["ARE_DB"] || "sqlite3"
|
||||
|
||||
# load the library
|
||||
require "ar-extensions/import/#{adapter}"
|
||||
require "activerecord-import/#{adapter}"
|
||||
|
||||
ActiveRecord::Base.logger = Logger.new("log/test.log")
|
||||
ActiveRecord::Base.logger.level = Logger::DEBUG
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue