diff options
Diffstat (limited to 'activerecord/Rakefile')
-rwxr-xr-x | activerecord/Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/Rakefile b/activerecord/Rakefile index 0faf6c0750..1dc29c0138 100755 --- a/activerecord/Rakefile +++ b/activerecord/Rakefile @@ -23,7 +23,7 @@ PKG_FILES = FileList[ desc "Default Task" -task :default => [ :test_mysql, :test_sqlite, :test_postgresql ] +task :default => [ :test_mysql, :test_sqlite, :test_sqlite3, :test_postgresql ] # Run the unit tests |