Re: [rspec-users] Stub activerecord find given instance?

2010-02-05 Thread Saverio Miroddi
Thanks for the help - I'm going to look directly at the source code, though of course the recommendation of improving the tests rather than stretch the api itself is very welcome! If I'm going to find anything notable (I have kind of a hunch that I will), I'll post it. Saverio Paul Hinze wrote:

[rspec-users] RSpec Rails 3 generators - first draft

2010-02-05 Thread Kristian Mandrup
I have just finished creating a working set of Rails 3 compatible generators for RSpec. http://github.com/kristianmandrup/rspec_rails3_gen Also available from gemcutter under the same name: rspec_rails3_gen They work pretty well, except for the hooks functionality which still needs some work ho

Re: [rspec-users] RSpec Rails 3 generators - first draft

2010-02-05 Thread David Chelimsky
On Fri, Feb 5, 2010 at 10:38 AM, Kristian Mandrup wrote: > I have just finished creating a working set of Rails 3 compatible > generators for RSpec. > > http://github.com/kristianmandrup/rspec_rails3_gen > > Also available from gemcutter under the same name: rspec_rails3_gen > > They work pretty w