From 34e35c7cbc9f378564bf1dd0d6d29553dc59534e Mon Sep 17 00:00:00 2001 From: Bryan Helmkamp Date: Mon, 9 Nov 2009 19:38:44 -0500 Subject: Rake check_dependencies is dead. Don't try to run it --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index e1557bda70..fba44e620f 100644 --- a/Rakefile +++ b/Rakefile @@ -36,7 +36,7 @@ else end desc "Run specs with mysql and sqlite3 database adapters (default)" - task :spec => ["check_dependencies", "spec:sqlite3", "spec:mysql", "spec:postgresql"] + task :spec => ["spec:sqlite3", "spec:mysql", "spec:postgresql"] desc "Default task is to run specs" task :default => :spec -- cgit v1.2.3