Adding jdbcmysql support.
This commit is contained in:
parent
5b3740e0f2
commit
88e2ee034b
6 changed files with 71 additions and 36 deletions
2
Rakefile
2
Rakefile
|
@ -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."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue