templates/database.yml in combustion-0.3.0 vs templates/database.yml in combustion-0.3.1
- old
+ new
@@ -1,3 +1,3 @@
test:
- adapter: sqlite3
+ adapter: <%= "jdbc" if defined? JRUBY_VERSION %>sqlite3
database: db/combustion_test.sqlite
- old
+ new