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:
parent
fc7f179a34
commit
24feb801f5
5 changed files with 8 additions and 12 deletions
1
test/adapters/mysql.rb
Normal file
1
test/adapters/mysql.rb
Normal file
|
@ -0,0 +1 @@
|
|||
ENV["ARE_DB"] = "mysql"
|
1
test/adapters/postgresql.rb
Normal file
1
test/adapters/postgresql.rb
Normal file
|
@ -0,0 +1 @@
|
|||
ENV["ARE_DB"] = "postgresql"
|
1
test/adapters/sqlite3.rb
Normal file
1
test/adapters/sqlite3.rb
Normal file
|
@ -0,0 +1 @@
|
|||
ENV["ARE_DB"] = "sqlite3"
|
|
@ -3,7 +3,7 @@ common: &common
|
|||
password:
|
||||
encoding: utf8
|
||||
host: localhost
|
||||
database: aroptests
|
||||
database: activerecord_import_test
|
||||
|
||||
mysql:
|
||||
<<: *common
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue