aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/Rakefile
diff options
context:
space:
mode:
authorArun Agrawal <arunagw@gmail.com>2015-05-22 11:04:32 +0200
committerArun Agrawal <arunagw@gmail.com>2015-05-22 11:04:32 +0200
commit4f5f210a5947e02639abdcf12aa82cc8d081d994 (patch)
treeb73eb03a6db6f3c340bcadb6e77d899377182bf1 /activerecord/Rakefile
parent1214f0b74f6b2910b3f0cdbd1410d0e507e99654 (diff)
downloadrails-4f5f210a5947e02639abdcf12aa82cc8d081d994.tar.gz
rails-4f5f210a5947e02639abdcf12aa82cc8d081d994.tar.bz2
rails-4f5f210a5947e02639abdcf12aa82cc8d081d994.zip
Remove unused rule and task from activerecord
Diffstat (limited to 'activerecord/Rakefile')
-rw-r--r--activerecord/Rakefile9
1 files changed, 0 insertions, 9 deletions
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'