Restructuring directories.

This commit is contained in:
Zach Dennis 2010-06-26 15:37:23 -04:00
parent 5c287f1042
commit 4fcfa7fd14
12 changed files with 326175 additions and 5 deletions

View file

@ -1,5 +1,5 @@
require File.expand_path(File.dirname(__FILE__) + '/../test_helper')
require "ar-extensions/import/mysql"
require "activerecord-import/mysql"
describe "#import with :on_duplicate_key_update option (mysql specific functionality)" do
extend ActiveSupport::TestCase::MySQLAssertions