aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/Rakefile
diff options
context:
space:
mode:
authorArun Agrawal <arunagw@gmail.com>2014-05-16 14:58:01 +0200
committerArun Agrawal <arunagw@gmail.com>2014-05-16 18:17:25 +0200
commit0fcc1f9a61357bbffeeabca8b6d111ba49560bb0 (patch)
tree0f510ae75b6d818683143f04b8b623b83c7201f1 /activerecord/Rakefile
parent8109dc8067a0e25933cd5cbc6adba365504ea054 (diff)
downloadrails-0fcc1f9a61357bbffeeabca8b6d111ba49560bb0.tar.gz
rails-0fcc1f9a61357bbffeeabca8b6d111ba49560bb0.tar.bz2
rails-0fcc1f9a61357bbffeeabca8b6d111ba49560bb0.zip
Remove code related to adapter which are no longer in repo
As we have remove code for these adapters so no need to have tasks
Diffstat (limited to 'activerecord/Rakefile')
-rw-r--r--activerecord/Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/Rakefile b/activerecord/Rakefile
index 84856774f2..01ca4c82f2 100644
--- a/activerecord/Rakefile
+++ b/activerecord/Rakefile
@@ -45,7 +45,7 @@ namespace :db do
task drop: ['mysql:drop_databases', 'postgresql:drop_databases']
end
-%w( mysql mysql2 postgresql sqlite3 sqlite3_mem firebird db2 oracle sybase openbase frontbase jdbcmysql jdbcpostgresql jdbcsqlite3 jdbcderby jdbch2 jdbchsqldb ).each do |adapter|
+%w( mysql mysql2 postgresql sqlite3 sqlite3_mem db2 oracle jdbcmysql jdbcpostgresql jdbcsqlite3 jdbcderby jdbch2 jdbchsqldb ).each do |adapter|
Rake::TestTask.new("test_#{adapter}") { |t|
adapter_short = adapter == 'db2' ? adapter : adapter[/^[a-z0-9]+/]
t.libs << 'test'