Re: [rspec-users] generate script_controller not creating test code

2007-10-15 Thread Chris Olsen
Steve wrote: > On Tue, 16 Oct 2007 04:44:55 +0200, Chris Olsen wrote: > >> For some reason when I ran it this time it decided not to create any >> view or controller tests. I had already created the corresponding model >> with the rpsec_model script before trying to create the controller. I >> a

Re: [rspec-users] generate script_controller not creating test code

2007-10-15 Thread Chris Olsen
please disregard this post. I got a little a head of myself and forgot that they were only created with the rspec_scaffold script. -- Posted via http://www.ruby-forum.com/. ___ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/ma

Re: [rspec-users] generate script_controller not creating test code

2007-10-15 Thread Steve
On Tue, 16 Oct 2007 04:44:55 +0200, Chris Olsen wrote: > For some reason when I ran it this time it decided not to create any > view or controller tests. I had already created the corresponding model > with the rpsec_model script before trying to create the controller. I > am not sure if there i

[rspec-users] generate script_controller not creating test code

2007-10-15 Thread Chris Olsen
For some reason when I ran it this time it decided not to create any view or controller tests. I had already created the corresponding model with the rpsec_model script before trying to create the controller. I am not sure if there is something that I did incorrectly or not. Does anyone know why