Re: [rspec-users] script/general rspec_*

2009-04-30 Thread Josh Nichols
If its existing models you're dealing with, you probably will want to add --skip-migration. Just skip over replacing the model. - Josh On Fri, May 1, 2009 at 12:28 AM, David Chelimsky wrote: > On Thu, Apr 30, 2009 at 8:57 AM, Nicholas Van Weerdenburg > wrote: >> On Thu, Apr 30, 2009 at 9:24 AM,

Re: [rspec-users] script/general rspec_*

2009-04-30 Thread David Chelimsky
On Thu, Apr 30, 2009 at 8:57 AM, Nicholas Van Weerdenburg wrote: > On Thu, Apr 30, 2009 at 9:24 AM, David Chelimsky > wrote: >> >> On Thu, Apr 30, 2009 at 8:19 AM, Nicholas Van Weerdenburg >> wrote: >> > I have started using rspec after generating much of my applications >> > models >> > and con

Re: [rspec-users] script/general rspec_*

2009-04-30 Thread Nicholas Van Weerdenburg
On Thu, Apr 30, 2009 at 9:24 AM, David Chelimsky wrote: > On Thu, Apr 30, 2009 at 8:19 AM, Nicholas Van Weerdenburg > wrote: > > I have started using rspec after generating much of my applications > models > > and controllers. Much of the code is plain vanilla scaffolding. > > I accept that this

Re: [rspec-users] script/general rspec_*

2009-04-30 Thread David Chelimsky
On Thu, Apr 30, 2009 at 8:19 AM, Nicholas Van Weerdenburg wrote: > I have started using rspec after generating much of my applications models > and controllers. Much of the code is plain vanilla scaffolding. > I accept that this is not very BDD, but I'm building a tool that required I > do this. >

[rspec-users] script/general rspec_*

2009-04-30 Thread Nicholas Van Weerdenburg
I have started using rspec after generating much of my applications models and controllers. Much of the code is plain vanilla scaffolding. I accept that this is not very BDD, but I'm building a tool that required I do this. Is there a quick way to generate the test stubs- i.e. the equivalent of th