From 4f5f210a5947e02639abdcf12aa82cc8d081d994 Mon Sep 17 00:00:00 2001 From: Arun Agrawal Date: Fri, 22 May 2015 11:04:32 +0200 Subject: Remove unused rule and task from activerecord --- activerecord/Rakefile | 9 --------- 1 file changed, 9 deletions(-) (limited to 'activerecord/Rakefile') diff --git a/activerecord/Rakefile b/activerecord/Rakefile index fa53926eb2..e32c855fa4 100644 --- a/activerecord/Rakefile +++ b/activerecord/Rakefile @@ -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' -- cgit v1.2.3