Adding jdbcmysql support.

This commit is contained in:
Jason 2011-04-06 15:57:43 -07:00 committed by Zach Dennis
parent 5b3740e0f2
commit 88e2ee034b
6 changed files with 71 additions and 36 deletions

View file

@ -36,7 +36,7 @@ namespace :display do
end
task :default => ["display:notice"]
ADAPTERS = %w(mysql mysql2 postgresql sqlite3)
ADAPTERS = %w(mysql mysql2 jdbcmysql postgresql sqlite3)
ADAPTERS.each do |adapter|
namespace :test do
desc "Runs #{adapter} database tests."