Introduction
Introduction Statistics Contact Development Disclaimer Help
sqlite in memory for rspec - reportable - Fork of reportable required by WarVox…
Log
Files
Refs
README
---
commit d63682daf2cbd01653f2a860525cd20f34585220
parent de8edbd165a5ca726858f3b85f49e6258ed18565
Author: Anton Shemerey <[email protected]>
Date: Mon, 14 Mar 2011 13:54:57 +0200
sqlite in memory for rspec
Diffstat:
M spec/db/database.yml | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/spec/db/database.yml b/spec/db/database.yml
@@ -1,6 +1,6 @@
sqlite3:
adapter: sqlite3
- database: spec/db/reportable.sqlite3.db
+ database: ":memory:"
mysql:
adapter: mysql
database: reportable_test
@@ -12,4 +12,4 @@ postgresql:
database: reportable_test
username: reportable
password: reportable
- host: localhost
-\ No newline at end of file
+ host: localhost
You are viewing proxied material from jay.scot. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.