Providing support for the Mysql2 adapter.

This commit is contained in:
Zach Dennis 2010-09-26 16:03:48 -04:00
parent f61eabda19
commit b6c72f8456
11 changed files with 192 additions and 160 deletions

View 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