Deprecating usage of "require 'activerecord-import/<adapter_name>'" in favor of "require 'activerecord-import'".
This commit is contained in:
parent
90057c43eb
commit
163f5c64be
6 changed files with 27 additions and 2 deletions
|
@ -1,4 +1,6 @@
|
|||
require File.expand_path(File.dirname(__FILE__) + '/../test_helper')
|
||||
require "activerecord-import/mysql"
|
||||
|
||||
require "test/support/mysql/assertions"
|
||||
require "test/support/mysql/import_examples"
|
||||
|
||||
should_support_mysql_import_functionality
|
Loading…
Add table
Add a link
Reference in a new issue