[Rails] Re: How do I generate the Rspec file for an already existing model in Rails 3?

2011-08-22 Thread David Chelimsky
On Aug 22, 2:18 pm, Ezequiel Schwartzman li...@ruby-forum.com wrote: I've seen guides for Rspec that say to use rspec_model script, but in Rails 3 you don't have the script folder, and the only Rspec generator that I have is rspec:install. The other way is generate them automatically when

[Rails] Re: How do I generate the Rspec file for an already existing model in Rails 3?

2011-08-22 Thread Ezequiel Schwartzman
Well, calling scaffold with flag seems to do the trick. The only con is that I have to say no for each file, since Ynaqdh doesn't have a no to all option =/ -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups Ruby on Rails: