Skip to content

Commit

Permalink
Remove SQLite
Browse files Browse the repository at this point in the history
  • Loading branch information
brennandunn committed Sep 29, 2009
1 parent 20bb694 commit c234fdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tasks.rake
Expand Up @@ -18,7 +18,7 @@ class EnvTestTask < Rake::TestTask

end

%w(sqlite mysql postgresql sqlserver).each do |configuration|
%w(mysql postgresql sqlserver).each do |configuration|
EnvTestTask.new("test_#{configuration}") do |t|
t.pattern = 'test/**/*_test.rb'
t.verbose = true
Expand Down

0 comments on commit c234fdd

Please sign in to comment.