On Dec 31, 2007, at 5:55 AM, Chiyuan Zhang wrote: > Hi, all! > > I have a story steps array.rb and the story array.story. I > can run it with > > ruby array.rb > > But when I execute > > spec array.rb > > nothing happened. I'm wondering how can I use spec command to > execute stories? (executing examples is OK) Or maybe another > question. If I have to run stories with `ruby' command, how > can I choose the output format? (I think there's only plain text > and HTML for stories currently) Any idea? Thanks. >
Here is something I'm playing around with: http://smartic.us/2007/12/22/smarticus-rspec-stories-on-rails Plus Bryan Helkamp mentioned something as well a couple of days ago. Good luck! _______________________________________________ rspec-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/rspec-users
