From 61b6173000c881aa06b327e4a4f1622c20034d18 Mon Sep 17 00:00:00 2001 From: Ryan Bigg Date: Mon, 6 Aug 2012 15:58:11 +1000 Subject: [PATCH] Remove ci task that is never used --- Rakefile | 9 --------- 1 file changed, 9 deletions(-) diff --git a/Rakefile b/Rakefile index ec732d3eb49..5e1df6ac5a7 100644 --- a/Rakefile +++ b/Rakefile @@ -18,15 +18,6 @@ task :test_app do end end -desc "Run all tests for all supported databases" -task :ci do - cmd = "bundle update"; puts cmd; system cmd; - - %w(sqlite3 mysql).each do |database_name| - run_all_tests(database_name) - end -end - desc "clean the whole repository by removing all the generated files" task :clean do puts "Deleting sandbox..."