Dropped SQLite 2 from default test runner

This commit is contained in:
Joshua Peek 2008-07-19 11:30:15 -05:00
parent b74b97fef5
commit 3fdd1acab6
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ desc 'Run mysql, sqlite, and postgresql tests by default'
task :default => :test
desc 'Run mysql, sqlite, and postgresql tests'
task :test => %w(test_mysql test_sqlite test_sqlite3 test_postgresql)
task :test => %w(test_mysql test_sqlite3 test_postgresql)
for adapter in %w( mysql postgresql sqlite sqlite3 firebird db2 oracle sybase openbase frontbase )
Rake::TestTask.new("test_#{adapter}") { |t|