> What's up will nullDB? I once saw the developper post a few message on > the mailing-list. Anyone using it with success?
I saw a post by Pat Maddox and he talked about Sqlite in-memory, so I decided to give it a try using this tutorial: http://www.mathewabonyi.com/articles/2006/11/26/superfast-testing-how-to-in-memory-sqlite3/ When I run 'rake test', I have 1 failure in one of my test file. if I test that file alone, there is no failure. The test that fails doesn't hit the DB at any time though, so it's really strange. So for now I will forget about hitting the database and in-memory databases, and just focus on writing my specs, but it's definitely an interesting idea. -- Posted via http://www.ruby-forum.com/. _______________________________________________ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users