Re: [rspec-users] Spec templates

2010-04-16 Thread Phillip Koebbe
You could always define your own generators with your own templates. I'd probably try that first and see how well it works. Cheers, -foca That's a good idea, foca. Thanks. I'll give it a try. Peace, Phillip ___ rspec-users mailing list rspec-user

Re: [rspec-users] Spec templates

2010-04-15 Thread Nicolás Sanguinetti
On Thu, Apr 15, 2010 at 5:32 PM, Phillip Koebbe wrote: >  David et al, > > Has anyone ever toyed with the idea of templates for specs? I have a > relative consistent way of specing models, controllers, etc, and invariably, > I have to delete the stock code that the rspec generator creates and add