public
Description: FixtureReplacement rails plugin (version 2 and on)
Homepage: http://replacefixtures.rubyforge.org/
Clone URL: git://github.com/smtlaissezfaire/fixturereplacement.git
Moving back to an in memory sqlite database

git-svn-id: http://thmadb.com/public_svn/plugins/fixture_replacement2@317 
6dbbdfbd-06da-443d-8068-b1bdd22a71ef
smt (author)
Sun Feb 17 23:48:38 -0800 2008
commit  bda74b870c62679f8c90f1aceb3d1cf0985f91d2
tree    b8eed2b615f0b2f7619f6a90e60b08696d2b9d15
parent  ec5aa50443e9cc957c5d978123e69b143c017879
...
25
26
27
28
 
29
30
31
...
25
26
27
 
28
29
30
31
0
@@ -25,7 +25,7 @@ module SpecHelperFunctions
0
     require 'active_record'
0
     require 'active_support'
0
     
0
- ActiveRecord::Base.establish_connection :adapter => 'sqlite3', :database => 'test.db'
0
+ ActiveRecord::Base.establish_connection :adapter => 'sqlite3', :database => ':memory:'
0
     ActiveRecord::Migration.verbose = false
0
 
0
     ActiveRecord::Schema.define do

Comments

    No one has commented yet.