Providing support for the Mysql2 adapter.
This commit is contained in:
parent
f61eabda19
commit
b6c72f8456
11 changed files with 192 additions and 160 deletions
7
test/mysql2/import_test.rb
Normal file
7
test/mysql2/import_test.rb
Normal file
|
@ -0,0 +1,7 @@
|
|||
require File.expand_path(File.dirname(__FILE__) + '/../test_helper')
|
||||
require "activerecord-import/mysql2"
|
||||
|
||||
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