Re: [rspec-users] rspec with out Active Record

2010-03-18 Thread Freak
On Thursday 18 March 2010 00.25:51 harinionrails wrote: > I want to use rspec with my application where we don't have database. > I want to know how to use fixtures with out ORM layer. Probably those fixtures are now called 'stubs'. ___ rspec-users mailin

Re: [rspec-users] rspec with out Active Record

2010-03-18 Thread David Chelimsky
On Mar 17, 2010, at 6:25 PM, harinionrails wrote: > I want to use rspec with my application where we don't have database. The answer to this is in spec/spec_helper.rb (lines 16 - 21), which is generated when you run "script/generate rspec" in the root of your rails app: http://github.com/dcheli

[rspec-users] rspec with out Active Record

2010-03-18 Thread harinionrails
I want to use rspec with my application where we don't have database. I want to know how to use fixtures with out ORM layer. ___ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users