Adding jdbcmysql support.
This commit is contained in:
parent
5b3740e0f2
commit
88e2ee034b
6 changed files with 71 additions and 36 deletions
6
test/jdbcmysql/import_test.rb
Normal file
6
test/jdbcmysql/import_test.rb
Normal file
|
@ -0,0 +1,6 @@
|
|||
require File.expand_path(File.dirname(__FILE__) + '/../test_helper')
|
||||
|
||||
require File.expand_path(File.dirname(__FILE__) + '/../support/mysql/assertions')
|
||||
require File.expand_path(File.dirname(__FILE__) + '/../support/mysql/import_examples')
|
||||
|
||||
should_support_mysql_import_functionality
|
Loading…
Add table
Add a link
Reference in a new issue