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 the Test::Unit ones I now have? Can I run "script/generate rspec_model <model>" and the same for controllers on over-top of things? Thanks, Nick
_______________________________________________ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users