X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/29c1bab0e6dcc0f4b302fb06c62a8bf0a35f875c..e70396d70bff53c19e917d303f5b9d8f2abb7a3b:/vendor/plugins/file_column/test/connection.rb diff --git a/vendor/plugins/file_column/test/connection.rb b/vendor/plugins/file_column/test/connection.rb deleted file mode 100644 index a2f28baca..000000000 --- a/vendor/plugins/file_column/test/connection.rb +++ /dev/null @@ -1,17 +0,0 @@ -print "Using native MySQL\n" -require 'logger' - -ActiveRecord::Base.logger = Logger.new("debug.log") - -db = 'file_column_test' - -ActiveRecord::Base.establish_connection( - :adapter => "mysql", - :host => "localhost", - :username => "rails", - :password => "", - :database => db, - :socket => "/var/run/mysqld/mysqld.sock" -) - -load File.dirname(__FILE__) + "/fixtures/schema.rb"