Remove unused rule and task from activerecord

This commit is contained in:
Arun Agrawal 2015-05-22 11:04:32 +02:00
parent 1214f0b74f
commit 4f5f210a59

@ -84,15 +84,6 @@ end
task "isolated_test_#{adapter}" => ["#{adapter}:env", "test:isolated:#{adapter}"]
end
rule '.sqlite3' do |t|
sh %Q{sqlite3 "#{t.name}" "create table a (a integer); drop table a;"}
end
task :test_sqlite3 => [
'test/fixtures/fixture_database.sqlite3',
'test/fixtures/fixture_database_2.sqlite3'
]
namespace :db do
namespace :mysql do
desc 'Build the MySQL test databases'