Rakefile in arel-0.1.2 vs Rakefile in arel-0.2.pre

- old
+ new

@@ -34,10 +34,10 @@ end end 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 end