6 lines
197 B
Ruby
6 lines
197 B
Ruby
|
require File.expand_path(File.dirname(__FILE__) + '/../test_helper')
|
||
|
|
||
|
require "test/support/mysql/assertions"
|
||
|
require "test/support/mysql/import_examples"
|
||
|
|
||
|
should_support_mysql_import_functionality
|