Updated how tests are run so Rake is not invoked twice.

* removing support for Oracle in the rakefile as it is no currently supported
This commit is contained in:
Zach Dennis 2010-08-10 20:47:55 -04:00
parent fc7f179a34
commit 24feb801f5
5 changed files with 8 additions and 12 deletions

1
test/adapters/mysql.rb Normal file
View file

@ -0,0 +1 @@
ENV["ARE_DB"] = "mysql"

View file

@ -0,0 +1 @@
ENV["ARE_DB"] = "postgresql"

1
test/adapters/sqlite3.rb Normal file
View file

@ -0,0 +1 @@
ENV["ARE_DB"] = "sqlite3"